Html Css Color HEX #9ABBCB Heather

📋 copy color: '#9ABBCB'

red 154 ◦ green 187 ◦ blue 203

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

Shades of Heather #9ABBCB

Tints of Heather #9ABBCB

RGB

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

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

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

R = 28.31%
G = 34.38%
B = 37.32%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9ABBCB (or 0x9ABBCB) is known color: Heather. HEX triplet: 9A, BB and CB. RGB value is (154,187,203). Sum of RGB (Red+Green+Blue) = 154+187+203=544 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.31% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #9ABBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABBCB is #654434. Grayscale: #B2B2B2. Windows color (decimal): -6636597 or 13351834. OLE color: 13351834.

HSL color Cylindrical-coordinate representation of color #9ABBCB: hue angle of 199.59º 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 #9ABBCB is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 187 203 -
CMYK 0.24 0.08 0 0.20
HSL 199.59º 0.32% 0.7% -
HSV(B) 199.59º 0.24% 0.8% -
XYZ 41.88 46.72 63.31 -
YUV 178.96 141.57 110.2 -
System Red Green Blue C M Y K H S L
Decimal 154 187 203 0.24 0.08 0 0.20 199.59 0.32 0.7
Hex 9A BB CB 18 8 0 14 C8 20 46
Octal 232 273 313 30 10 0 24 310 40 106
Binary 10011010 10111011 11001011 11000 1000 0 10100 11001000 100000 1000110

Color Harmonies of #9ABBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABBCB

Black with #9ABBCB

Text Example


Text Example

White with #9ABBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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