Html Css Color HEX #9ABBCC Heather

📋 copy color: '#9ABBCC'

red 154 ◦ green 187 ◦ blue 204

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

Shades of Heather #9ABBCC

Tints of Heather #9ABBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.31%

 BLUE value IS 204 (80.08% from 255) = 37.43%

R = 28.26%
G = 34.31%
B = 37.43%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9ABBCC (or 0x9ABBCC) is known color: Heather. HEX triplet: 9A, BB and CC. RGB value is (154,187,204). Sum of RGB (Red+Green+Blue) = 154+187+204=545 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.26% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #9ABBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABBCC is #654433. Grayscale: #B2B2B2. Windows color (decimal): -6636596 or 13417370. OLE color: 13417370.

HSL color Cylindrical-coordinate representation of color #9ABBCC: hue angle of 200.4º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ABBCC is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 154 187 204 -
CMYK 0.25 0.08 0 0.2
HSL 200.4º 0.33% 0.7% -
HSV(B) 200.4º 0.25% 0.8% -
XYZ 42 46.77 63.94 -
YUV 179.07 142.07 110.12 -
System Red Green Blue C M Y K H S L
Decimal 154 187 204 0.25 0.08 0 0.2 200.4 0.33 0.7
Hex 9A BB CC 19 8 0 14 C8 21 46
Octal 232 273 314 31 10 0 24 310 41 106
Binary 10011010 10111011 11001100 11001 1000 0 10100 11001000 100001 1000110

Color Harmonies of #9ABBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABBCC

Black with #9ABBCC

Text Example


Text Example

White with #9ABBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,187,204); }

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

background-color css

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

 a { background-color: rgb(154,187,204); }

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

border-color css

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

 span { border-color: rgb(154,187,204); }

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