Html Css Color HEX #9FBCCE Heather

📋 copy color: '#9FBCCE'

red 159 ◦ green 188 ◦ blue 206

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

Shades of Heather #9FBCCE

Tints of Heather #9FBCCE

RGB

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

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

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

R = 28.75%
G = 34%
B = 37.25%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9FBCCE (or 0x9FBCCE) is known color: Heather. HEX triplet: 9F, BC and CE. RGB value is (159,188,206). Sum of RGB (Red+Green+Blue) = 159+188+206=553 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.75% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: blue. Hex color #9FBCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBCCE is #604331. Grayscale: #B5B5B5. Windows color (decimal): -6308658 or 13548703. OLE color: 13548703.

HSL color Cylindrical-coordinate representation of color #9FBCCE: hue angle of 202.98º 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 #9FBCCE is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 188 206 -
CMYK 0.23 0.09 0 0.19
HSL 202.98º 0.32% 0.72% -
HSV(B) 202.98º 0.23% 0.81% -
XYZ 43.42 47.79 65.33 -
YUV 181.38 141.89 112.04 -
System Red Green Blue C M Y K H S L
Decimal 159 188 206 0.23 0.09 0 0.19 202.98 0.32 0.72
Hex 9F BC CE 17 9 0 13 CB 20 48
Octal 237 274 316 27 11 0 23 313 40 110
Binary 10011111 10111100 11001110 10111 1001 0 10011 11001011 100000 1001000

Color Harmonies of #9FBCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBCCE

Black with #9FBCCE

Text Example


Text Example

White with #9FBCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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