Html Css Color HEX #9EBBCB Heather

📋 copy color: '#9EBBCB'

red 158 ◦ green 187 ◦ blue 203

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

Shades of Heather #9EBBCB

Tints of Heather #9EBBCB

RGB

 RED value IS 158 (62.11% from 255) = 28.83%

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

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

R = 28.83%
G = 34.12%
B = 37.04%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9EBBCB (or 0x9EBBCB) is known color: Heather. HEX triplet: 9E, BB and CB. RGB value is (158,187,203). Sum of RGB (Red+Green+Blue) = 158+187+203=548 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.83% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 203 - color contains mainly: blue. Hex color #9EBBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBBCB is #614434. Grayscale: #B4B4B4. Windows color (decimal): -6374453 or 13351838. OLE color: 13351838.

HSL color Cylindrical-coordinate representation of color #9EBBCB: hue angle of 201.33º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9EBBCB is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 187 203 -
CMYK 0.22 0.08 0 0.20
HSL 201.33º 0.3% 0.71% -
HSV(B) 201.33º 0.22% 0.8% -
XYZ 42.65 47.12 63.35 -
YUV 180.15 140.89 112.2 -
System Red Green Blue C M Y K H S L
Decimal 158 187 203 0.22 0.08 0 0.20 201.33 0.3 0.71
Hex 9E BB CB 16 8 0 14 C9 1E 47
Octal 236 273 313 26 10 0 24 311 36 107
Binary 10011110 10111011 11001011 10110 1000 0 10100 11001001 11110 1000111

Color Harmonies of #9EBBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBBCB

Black with #9EBBCB

Text Example


Text Example

White with #9EBBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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