Html Css Color HEX #98ABBB Nepal

📋 copy color: '#98ABBB'

red 152 ◦ green 171 ◦ blue 187

#98ABBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nepal #98ABBB

Tints of Nepal #98ABBB

RGB

 RED value IS 152 (59.77% from 255) = 29.8%

 GREEN value IS 171 (67.19% from 255) = 33.53%

 BLUE value IS 187 (73.44% from 255) = 36.67%

R = 29.8%
G = 33.53%
B = 36.67%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#98ABBB (or 0x98ABBB) is known color: Nepal. HEX triplet: 98, AB and BB. RGB value is (152,171,187). Sum of RGB (Red+Green+Blue) = 152+171+187=510 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.80% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: blue. Hex color #98ABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ABBB is #675444. Grayscale: #A7A7A7. Windows color (decimal): -6771781 or 12299160. OLE color: 12299160.

HSL color Cylindrical-coordinate representation of color #98ABBB: hue angle of 207.43º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98ABBB is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 171 187 -
CMYK 0.19 0.09 0 0.27
HSL 207.43º 0.2% 0.66% -
HSV(B) 207.43º 0.19% 0.73% -
XYZ 36.48 39.39 52.69 -
YUV 167.14 139.21 117.2 -
System Red Green Blue C M Y K H S L
Decimal 152 171 187 0.19 0.09 0 0.27 207.43 0.2 0.66
Hex 98 AB BB 13 9 0 1B CF 14 42
Octal 230 253 273 23 11 0 33 317 24 102
Binary 10011000 10101011 10111011 10011 1001 0 11011 11001111 10100 1000010

Color Harmonies of #98ABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ABBB

Black with #98ABBB

Text Example


Text Example

White with #98ABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98ABBB; }

 p { color: rgb(152,171,187); }

 H1.HeaderClassName
 {
   color: #98ABBB;
 }
 .AnyTagClassName
 {
   color: #98ABBB;
 }
</style>

background-color css

<style>
 a { background-color: #98ABBB; }

 a { background-color: rgb(152,171,187); }

 div.DivClassName
 {
   background-color: #98ABBB;
 }
 .BgClassName
 {
   background-color: #98ABBB;
 }
</style>

border-color css

<style>
 span { border-color: #98ABBB; }

 span { border-color: rgb(152,171,187); }

 td.TdClassName
 {
   border-color: #98ABBB;
 }
 .TagClassName
 {
   border-color: #98ABBB;
 }
</style>