Html Css Color HEX #9FB7CA Heather

📋 copy color: '#9FB7CA'

red 159 ◦ green 183 ◦ blue 202

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

Shades of Heather #9FB7CA

Tints of Heather #9FB7CA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.64%

 BLUE value IS 202 (79.3% from 255) = 37.13%

R = 29.23%
G = 33.64%
B = 37.13%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9FB7CA (or 0x9FB7CA) is known color: Heather. HEX triplet: 9F, B7 and CA. RGB value is (159,183,202). Sum of RGB (Red+Green+Blue) = 159+183+202=544 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.23% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 202 - color contains mainly: blue. Hex color #9FB7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB7CA is #604835. Grayscale: #B1B1B1. Windows color (decimal): -6309942 or 13285279. OLE color: 13285279.

HSL color Cylindrical-coordinate representation of color #9FB7CA: hue angle of 206.51º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FB7CA is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 159 183 202 -
CMYK 0.21 0.09 0 0.21
HSL 206.51º 0.29% 0.71% -
HSV(B) 206.51º 0.21% 0.79% -
XYZ 41.89 45.5 62.45 -
YUV 177.99 141.55 114.46 -
System Red Green Blue C M Y K H S L
Decimal 159 183 202 0.21 0.09 0 0.21 206.51 0.29 0.71
Hex 9F B7 CA 15 9 0 15 CF 1D 47
Octal 237 267 312 25 11 0 25 317 35 107
Binary 10011111 10110111 11001010 10101 1001 0 10101 11001111 11101 1000111

Color Harmonies of #9FB7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB7CA

Black with #9FB7CA

Text Example


Text Example

White with #9FB7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,183,202); }

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

background-color css

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

 a { background-color: rgb(159,183,202); }

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

border-color css

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

 span { border-color: rgb(159,183,202); }

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