Html Css Color HEX #9ABDCB Heather

📋 copy color: '#9ABDCB'

red 154 ◦ green 189 ◦ blue 203

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

Shades of Heather #9ABDCB

Tints of Heather #9ABDCB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.62%

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

R = 28.21%
G = 34.62%
B = 37.18%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9ABDCB (or 0x9ABDCB) is known color: Heather. HEX triplet: 9A, BD and CB. RGB value is (154,189,203). Sum of RGB (Red+Green+Blue) = 154+189+203=546 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.21% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #9ABDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDCB is #654234. Grayscale: #B4B4B4. Windows color (decimal): -6636085 or 13352346. OLE color: 13352346.

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

Color convert

RGB 154 189 203 -
CMYK 0.24 0.07 0 0.20
HSL 197.14º 0.32% 0.7% -
HSV(B) 197.14º 0.24% 0.8% -
XYZ 42.3 47.58 63.45 -
YUV 180.13 140.9 109.36 -
System Red Green Blue C M Y K H S L
Decimal 154 189 203 0.24 0.07 0 0.20 197.14 0.32 0.7
Hex 9A BD CB 18 7 0 14 C5 20 46
Octal 232 275 313 30 7 0 24 305 40 106
Binary 10011010 10111101 11001011 11000 111 0 10100 11000101 100000 1000110

Color Harmonies of #9ABDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABDCB

Black with #9ABDCB

Text Example


Text Example

White with #9ABDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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