#9EA0CA

Color #9EA0CA Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #9EA0CA

Tints of Blue Bell #9EA0CA

Color information

#9EA0CA (or 0x9EA0CA) is unknown color: approx Blue Bell. HEX triplet: 9E, A0 and CA. RGB value is (158,160,202). Sum of RGB (Red+Green+Blue) = 158+160+202=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #9EA0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA0CA is #615F35. Grayscale: #A4A4A4. Windows color (decimal): -6381366 or 13279390. OLE color: 13279390.

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

Color convert

RGB158160202-
CMYK0.220.2100.21
HSL237.27º29.33%70.59%-
HSV(B)237.27º21.78%79.22%-
XYZ37.3336.6760.99-
YUV164.19149.34123.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.38%
GREEN value IS 160 (62.89% from 255) = 30.77%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=30.38%
G=30.77%
B=38.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1581602020.220.2100.21237.2729.3370.59
Hex9EA0CA1615015ed1d47
Octal236240312262502535535107
Binary100111101010000011001010101101010101010111101101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EA0CA;
 }
 .AnyTagClassName
 {
   color: #9EA0CA;
 }
</style>
background-color css

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

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

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

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

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

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