Html Css Color HEX #9DBCCC Heather

📋 copy color: '#9DBCCC'

red 157 ◦ green 188 ◦ blue 204

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

Shades of Heather #9DBCCC

Tints of Heather #9DBCCC

RGB

 RED value IS 157 (61.72% from 255) = 28.6%

 GREEN value IS 188 (73.83% from 255) = 34.24%

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

R = 28.6%
G = 34.24%
B = 37.16%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9DBCCC (or 0x9DBCCC) is known color: Heather. HEX triplet: 9D, BC and CC. RGB value is (157,188,204). Sum of RGB (Red+Green+Blue) = 157+188+204=549 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.60% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #9DBCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBCCC is #624333. Grayscale: #B4B4B4. Windows color (decimal): -6439732 or 13417629. OLE color: 13417629.

HSL color Cylindrical-coordinate representation of color #9DBCCC: 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 #9DBCCC is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 157 188 204 -
CMYK 0.23 0.08 0 0.2
HSL 200.43º 0.32% 0.71% -
HSV(B) 200.43º 0.23% 0.8% -
XYZ 42.79 47.49 64.04 -
YUV 180.56 141.23 111.2 -
System Red Green Blue C M Y K H S L
Decimal 157 188 204 0.23 0.08 0 0.2 200.43 0.32 0.71
Hex 9D BC CC 17 8 0 14 C8 20 47
Octal 235 274 314 27 10 0 24 310 40 107
Binary 10011101 10111100 11001100 10111 1000 0 10100 11001000 100000 1000111

Color Harmonies of #9DBCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBCCC

Black with #9DBCCC

Text Example


Text Example

White with #9DBCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,188,204); }

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

background-color css

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

 a { background-color: rgb(157,188,204); }

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

border-color css

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

 span { border-color: rgb(157,188,204); }

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