Html Css Color HEX #9FBECC Heather

📋 copy color: '#9FBECC'

red 159 ◦ green 190 ◦ blue 204

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

Shades of Heather #9FBECC

Tints of Heather #9FBECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.89%

R = 28.75%
G = 34.36%
B = 36.89%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9FBECC (or 0x9FBECC) is known color: Heather. HEX triplet: 9F, BE and CC. RGB value is (159,190,204). Sum of RGB (Red+Green+Blue) = 159+190+204=553 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.75% from 553); Green value is 190 (74.61% from 255 or 34.36% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 204 - color contains mainly: blue. Hex color #9FBECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBECC is #604133. Grayscale: #B6B6B6. Windows color (decimal): -6308148 or 13418143. OLE color: 13418143.

HSL color Cylindrical-coordinate representation of color #9FBECC: hue angle of 198.67º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FBECC is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 159 190 204 -
CMYK 0.22 0.07 0 0.2
HSL 198.67º 0.31% 0.71% -
HSV(B) 198.67º 0.22% 0.8% -
XYZ 43.61 48.56 64.2 -
YUV 182.33 140.23 111.36 -
System Red Green Blue C M Y K H S L
Decimal 159 190 204 0.22 0.07 0 0.2 198.67 0.31 0.71
Hex 9F BE CC 16 7 0 14 C7 1F 47
Octal 237 276 314 26 7 0 24 307 37 107
Binary 10011111 10111110 11001100 10110 111 0 10100 11000111 11111 1000111

Color Harmonies of #9FBECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBECC

Black with #9FBECC

Text Example


Text Example

White with #9FBECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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