Html Css Color HEX #9EA0CB Blue Bell

📋 copy color: '#9EA0CB'

red 158 ◦ green 160 ◦ blue 203

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

Shades of Blue Bell #9EA0CB

Tints of Blue Bell #9EA0CB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.71%

 BLUE value IS 203 (79.69% from 255) = 38.96%

R = 30.33%
G = 30.71%
B = 38.96%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9EA0CB (or 0x9EA0CB) is known color: Blue Bell. HEX triplet: 9E, A0 and CB. RGB value is (158,160,203). Sum of RGB (Red+Green+Blue) = 158+160+203=521 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.33% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #9EA0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA0CB is #615F34. Grayscale: #A4A4A4. Windows color (decimal): -6381365 or 13344926. OLE color: 13344926.

HSL color Cylindrical-coordinate representation of color #9EA0CB: hue angle of 237.33º degrees, saturation: 0.3, 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 #9EA0CB is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 160 203 -
CMYK 0.22 0.21 0 0.20
HSL 237.33º 0.3% 0.71% -
HSV(B) 237.33º 0.22% 0.8% -
XYZ 37.45 36.72 61.61 -
YUV 164.3 149.84 123.5 -
System Red Green Blue C M Y K H S L
Decimal 158 160 203 0.22 0.21 0 0.20 237.33 0.3 0.71
Hex 9E A0 CB 16 15 0 14 ED 1E 47
Octal 236 240 313 26 25 0 24 355 36 107
Binary 10011110 10100000 11001011 10110 10101 0 10100 11101101 11110 1000111

Color Harmonies of #9EA0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA0CB

Black with #9EA0CB

Text Example


Text Example

White with #9EA0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,160,203); }

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

background-color css

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

 a { background-color: rgb(158,160,203); }

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

border-color css

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

 span { border-color: rgb(158,160,203); }

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