Html Css Color HEX #9EBDCD Heather

📋 copy color: '#9EBDCD'

red 158 ◦ green 189 ◦ blue 205

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

Shades of Heather #9EBDCD

Tints of Heather #9EBDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.14%

R = 28.62%
G = 34.24%
B = 37.14%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9EBDCD (or 0x9EBDCD) is known color: Heather. HEX triplet: 9E, BD and CD. RGB value is (158,189,205). Sum of RGB (Red+Green+Blue) = 158+189+205=552 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.62% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #9EBDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBDCD is #614232. Grayscale: #B5B5B5. Windows color (decimal): -6373939 or 13483422. OLE color: 13483422.

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

Color convert

RGB 158 189 205 -
CMYK 0.23 0.08 0 0.20
HSL 200.43º 0.32% 0.71% -
HSV(B) 200.43º 0.23% 0.8% -
XYZ 43.32 48.07 64.75 -
YUV 181.56 141.23 111.2 -
System Red Green Blue C M Y K H S L
Decimal 158 189 205 0.23 0.08 0 0.20 200.43 0.32 0.71
Hex 9E BD CD 17 8 0 14 C8 20 47
Octal 236 275 315 27 10 0 24 310 40 107
Binary 10011110 10111101 11001101 10111 1000 0 10100 11001000 100000 1000111

Color Harmonies of #9EBDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBDCD

Black with #9EBDCD

Text Example


Text Example

White with #9EBDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,189,205); }

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

background-color css

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

 a { background-color: rgb(158,189,205); }

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

border-color css

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

 span { border-color: rgb(158,189,205); }

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