Html Css Color HEX #9FB9CE Heather

📋 copy color: '#9FB9CE'

red 159 ◦ green 185 ◦ blue 206

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

Shades of Heather #9FB9CE

Tints of Heather #9FB9CE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.64%

 BLUE value IS 206 (80.86% from 255) = 37.45%

R = 28.91%
G = 33.64%
B = 37.45%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9FB9CE (or 0x9FB9CE) is known color: Heather. HEX triplet: 9F, B9 and CE. RGB value is (159,185,206). Sum of RGB (Red+Green+Blue) = 159+185+206=550 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.91% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #9FB9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB9CE is #604631. Grayscale: #B3B3B3. Windows color (decimal): -6309426 or 13547935. OLE color: 13547935.

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

Color convert

RGB 159 185 206 -
CMYK 0.23 0.10 0 0.19
HSL 206.81º 0.32% 0.72% -
HSV(B) 206.81º 0.23% 0.81% -
XYZ 42.79 46.53 65.12 -
YUV 179.62 142.89 113.29 -
System Red Green Blue C M Y K H S L
Decimal 159 185 206 0.23 0.10 0 0.19 206.81 0.32 0.72
Hex 9F B9 CE 17 A 0 13 CF 20 48
Octal 237 271 316 27 12 0 23 317 40 110
Binary 10011111 10111001 11001110 10111 1010 0 10011 11001111 100000 1001000

Color Harmonies of #9FB9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB9CE

Black with #9FB9CE

Text Example


Text Example

White with #9FB9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,185,206); }

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

background-color css

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

 a { background-color: rgb(159,185,206); }

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

border-color css

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

 span { border-color: rgb(159,185,206); }

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