Html Css Color HEX #9FBCCF Heather

📋 copy color: '#9FBCCF'

red 159 ◦ green 188 ◦ blue 207

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

Shades of Heather #9FBCCF

Tints of Heather #9FBCCF

RGB

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

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

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

R = 28.7%
G = 33.94%
B = 37.36%

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

#9FBCCF (or 0x9FBCCF) is known color: Heather. HEX triplet: 9F, BC and CF. RGB value is (159,188,207). Sum of RGB (Red+Green+Blue) = 159+188+207=554 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.70% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 207 - color contains mainly: blue. Hex color #9FBCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBCCF is #604330. Grayscale: #B5B5B5. Windows color (decimal): -6308657 or 13614239. OLE color: 13614239.

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

Color convert

RGB 159 188 207 -
CMYK 0.23 0.09 0 0.19
HSL 203.75º 0.33% 0.72% -
HSV(B) 203.75º 0.23% 0.81% -
XYZ 43.54 47.84 65.97 -
YUV 181.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 159 188 207 0.23 0.09 0 0.19 203.75 0.33 0.72
Hex 9F BC CF 17 9 0 13 CC 21 48
Octal 237 274 317 27 11 0 23 314 41 110
Binary 10011111 10111100 11001111 10111 1001 0 10011 11001100 100001 1001000

Color Harmonies of #9FBCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBCCF

Black with #9FBCCF

Text Example


Text Example

White with #9FBCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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