Html Css Color HEX #9FB9CA Heather

📋 copy color: '#9FB9CA'

red 159 ◦ green 185 ◦ blue 202

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

Shades of Heather #9FB9CA

Tints of Heather #9FB9CA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.88%

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

R = 29.12%
G = 33.88%
B = 37%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9FB9CA (or 0x9FB9CA) is known color: Heather. HEX triplet: 9F, B9 and CA. RGB value is (159,185,202). Sum of RGB (Red+Green+Blue) = 159+185+202=546 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.12% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 202 - color contains mainly: blue. Hex color #9FB9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB9CA is #604635. Grayscale: #B3B3B3. Windows color (decimal): -6309430 or 13285791. OLE color: 13285791.

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

Color convert

RGB 159 185 202 -
CMYK 0.21 0.08 0 0.21
HSL 203.72º 0.29% 0.71% -
HSV(B) 203.72º 0.21% 0.79% -
XYZ 42.31 46.33 62.59 -
YUV 179.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 159 185 202 0.21 0.08 0 0.21 203.72 0.29 0.71
Hex 9F B9 CA 15 8 0 15 CC 1D 47
Octal 237 271 312 25 10 0 25 314 35 107
Binary 10011111 10111001 11001010 10101 1000 0 10101 11001100 11101 1000111

Color Harmonies of #9FB9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB9CA

Black with #9FB9CA

Text Example


Text Example

White with #9FB9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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