Html Css Color HEX #9FBECF Heather

📋 copy color: '#9FBECF'

red 159 ◦ green 190 ◦ blue 207

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

Shades of Heather #9FBECF

Tints of Heather #9FBECF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.17%

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

R = 28.6%
G = 34.17%
B = 37.23%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9FBECF (or 0x9FBECF) is known color: Heather. HEX triplet: 9F, BE and CF. RGB value is (159,190,207). Sum of RGB (Red+Green+Blue) = 159+190+207=556 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.60% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #9FBECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBECF is #604130. Grayscale: #B6B6B6. Windows color (decimal): -6308145 or 13614751. OLE color: 13614751.

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

Color convert

RGB 159 190 207 -
CMYK 0.23 0.08 0 0.19
HSL 201.25º 0.33% 0.72% -
HSV(B) 201.25º 0.23% 0.81% -
XYZ 43.97 48.7 66.11 -
YUV 182.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 159 190 207 0.23 0.08 0 0.19 201.25 0.33 0.72
Hex 9F BE CF 17 8 0 13 C9 21 48
Octal 237 276 317 27 10 0 23 311 41 110
Binary 10011111 10111110 11001111 10111 1000 0 10011 11001001 100001 1001000

Color Harmonies of #9FBECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBECF

Black with #9FBECF

Text Example


Text Example

White with #9FBECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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