Html Css Color HEX #9FBDD0 Heather

📋 copy color: '#9FBDD0'

red 159 ◦ green 189 ◦ blue 208

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

Shades of Heather #9FBDD0

Tints of Heather #9FBDD0

RGB

 RED value IS 159 (62.5% from 255) = 28.6%

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

 BLUE value IS 208 (81.64% from 255) = 37.41%

R = 28.6%
G = 33.99%
B = 37.41%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9FBDD0 (or 0x9FBDD0) is known color: Heather. HEX triplet: 9F, BD and D0. RGB value is (159,189,208). Sum of RGB (Red+Green+Blue) = 159+189+208=556 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.60% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 208 - color contains mainly: blue. Hex color #9FBDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBDD0 is #60422F. Grayscale: #B6B6B6. Windows color (decimal): -6308400 or 13680031. OLE color: 13680031.

HSL color Cylindrical-coordinate representation of color #9FBDD0: hue angle of 203.27º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9FBDD0 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 159 189 208 -
CMYK 0.24 0.09 0 0.18
HSL 203.27º 0.34% 0.72% -
HSV(B) 203.27º 0.24% 0.82% -
XYZ 43.88 48.32 66.69 -
YUV 182.2 142.56 111.46 -
System Red Green Blue C M Y K H S L
Decimal 159 189 208 0.24 0.09 0 0.18 203.27 0.34 0.72
Hex 9F BD D0 18 9 0 12 CB 22 48
Octal 237 275 320 30 11 0 22 313 42 110
Binary 10011111 10111101 11010000 11000 1001 0 10010 11001011 100010 1001000

Color Harmonies of #9FBDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBDD0

Black with #9FBDD0

Text Example


Text Example

White with #9FBDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,189,208); }

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

background-color css

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

 a { background-color: rgb(159,189,208); }

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

border-color css

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

 span { border-color: rgb(159,189,208); }

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