#9EA3CA

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

Shades of Blue Bell #9EA3CA

Tints of Blue Bell #9EA3CA

Color information

#9EA3CA (or 0x9EA3CA) is unknown color: approx Blue Bell. HEX triplet: 9E, A3 and CA. RGB value is (158,163,202). Sum of RGB (Red+Green+Blue) = 158+163+202=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #9EA3CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA3CA is #615C35. Grayscale: #A5A5A5. Windows color (decimal): -6380598 or 13280158. OLE color: 13280158.

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

Color convert

RGB158163202-
CMYK0.220.1900.21
HSL233.18º29.33%70.59%-
HSV(B)233.18º21.78%79.22%-
XYZ37.8637.7361.16-
YUV165.95148.34122.33-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.21%
GREEN value IS 163 (64.06% from 255) = 31.17%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=30.21%
G=31.17%
B=38.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1581632020.220.1900.21233.1829.3370.59
Hex9EA3CA1613015e91d47
Octal236243312262302535135107
Binary100111101010001111001010101101001101010111101001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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