Html Css Color HEX #9DBBCF Heather

📋 copy color: '#9DBBCF'

red 157 ◦ green 187 ◦ blue 207

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

Shades of Heather #9DBBCF

Tints of Heather #9DBBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.57%

R = 28.49%
G = 33.94%
B = 37.57%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9DBBCF (or 0x9DBBCF) is known color: Heather. HEX triplet: 9D, BB and CF. RGB value is (157,187,207). Sum of RGB (Red+Green+Blue) = 157+187+207=551 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.49% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: blue. Hex color #9DBBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBBCF is #624430. Grayscale: #B4B4B4. Windows color (decimal): -6439985 or 13613981. OLE color: 13613981.

HSL color Cylindrical-coordinate representation of color #9DBBCF: hue angle of 204º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DBBCF is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 157 187 207 -
CMYK 0.24 0.10 0 0.19
HSL 204º 0.34% 0.71% -
HSV(B) 204º 0.24% 0.81% -
XYZ 42.94 47.21 65.88 -
YUV 180.31 143.06 111.37 -
System Red Green Blue C M Y K H S L
Decimal 157 187 207 0.24 0.10 0 0.19 204 0.34 0.71
Hex 9D BB CF 18 A 0 13 CC 22 47
Octal 235 273 317 30 12 0 23 314 42 107
Binary 10011101 10111011 11001111 11000 1010 0 10011 11001100 100010 1000111

Color Harmonies of #9DBBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBBCF

Black with #9DBBCF

Text Example


Text Example

White with #9DBBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,187,207); }

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

background-color css

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

 a { background-color: rgb(157,187,207); }

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

border-color css

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

 span { border-color: rgb(157,187,207); }

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