Html Css Color HEX #9EB6CA Heather

📋 copy color: '#9EB6CA'

red 158 ◦ green 182 ◦ blue 202

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

Shades of Heather #9EB6CA

Tints of Heather #9EB6CA

RGB

 RED value IS 158 (62.11% from 255) = 29.15%

 GREEN value IS 182 (71.48% from 255) = 33.58%

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

R = 29.15%
G = 33.58%
B = 37.27%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9EB6CA (or 0x9EB6CA) is known color: Heather. HEX triplet: 9E, B6 and CA. RGB value is (158,182,202). Sum of RGB (Red+Green+Blue) = 158+182+202=542 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.15% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 202 - color contains mainly: blue. Hex color #9EB6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EB6CA is #614935. Grayscale: #B1B1B1. Windows color (decimal): -6375734 or 13285022. OLE color: 13285022.

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

Color convert

RGB 158 182 202 -
CMYK 0.22 0.10 0 0.21
HSL 207.27º 0.29% 0.71% -
HSV(B) 207.27º 0.22% 0.79% -
XYZ 41.49 44.99 62.37 -
YUV 177.1 142.05 114.37 -
System Red Green Blue C M Y K H S L
Decimal 158 182 202 0.22 0.10 0 0.21 207.27 0.29 0.71
Hex 9E B6 CA 16 A 0 15 CF 1D 47
Octal 236 266 312 26 12 0 25 317 35 107
Binary 10011110 10110110 11001010 10110 1010 0 10101 11001111 11101 1000111

Color Harmonies of #9EB6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB6CA

Black with #9EB6CA

Text Example


Text Example

White with #9EB6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,182,202); }

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

background-color css

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

 a { background-color: rgb(158,182,202); }

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

border-color css

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

 span { border-color: rgb(158,182,202); }

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