Html Css Color HEX #9AB8CB Heather

📋 copy color: '#9AB8CB'

red 154 ◦ green 184 ◦ blue 203

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

Shades of Heather #9AB8CB

Tints of Heather #9AB8CB

RGB

 RED value IS 154 (60.55% from 255) = 28.47%

 GREEN value IS 184 (72.27% from 255) = 34.01%

 BLUE value IS 203 (79.69% from 255) = 37.52%

R = 28.47%
G = 34.01%
B = 37.52%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9AB8CB (or 0x9AB8CB) is known color: Heather. HEX triplet: 9A, B8 and CB. RGB value is (154,184,203). Sum of RGB (Red+Green+Blue) = 154+184+203=541 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.47% from 541); Green value is 184 (72.27% from 255 or 34.01% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 203 - color contains mainly: blue. Hex color #9AB8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB8CB is #654734. Grayscale: #B1B1B1. Windows color (decimal): -6637365 or 13351066. OLE color: 13351066.

HSL color Cylindrical-coordinate representation of color #9AB8CB: hue angle of 203.27º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9AB8CB is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 184 203 -
CMYK 0.24 0.09 0 0.20
HSL 203.27º 0.32% 0.7% -
HSV(B) 203.27º 0.24% 0.8% -
XYZ 41.25 45.46 63.1 -
YUV 177.2 142.56 111.46 -
System Red Green Blue C M Y K H S L
Decimal 154 184 203 0.24 0.09 0 0.20 203.27 0.32 0.7
Hex 9A B8 CB 18 9 0 14 CB 20 46
Octal 232 270 313 30 11 0 24 313 40 106
Binary 10011010 10111000 11001011 11000 1001 0 10100 11001011 100000 1000110

Color Harmonies of #9AB8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB8CB

Black with #9AB8CB

Text Example


Text Example

White with #9AB8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AB8CB; }

 p { color: rgb(154,184,203); }

 H1.HeaderClassName
 {
   color: #9AB8CB;
 }
 .AnyTagClassName
 {
   color: #9AB8CB;
 }
</style>

background-color css

<style>
 a { background-color: #9AB8CB; }

 a { background-color: rgb(154,184,203); }

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

border-color css

<style>
 span { border-color: #9AB8CB; }

 span { border-color: rgb(154,184,203); }

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