#9EA2CD

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

Shades of Blue Bell #9EA2CD

Tints of Blue Bell #9EA2CD

Color information

#9EA2CD (or 0x9EA2CD) is unknown color: approx Blue Bell. HEX triplet: 9E, A2 and CD. RGB value is (158,162,205). Sum of RGB (Red+Green+Blue) = 158+162+205=525 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.10% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #9EA2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA2CD is #615D32. Grayscale: #A5A5A5. Windows color (decimal): -6380851 or 13476510. OLE color: 13476510.

HSL color Cylindrical-coordinate representation of color #9EA2CD: hue angle of 234.89º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9EA2CD is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB158162205-
CMYK0.230.2100.20
HSL234.89º31.97%71.18%-
HSV(B)234.89º22.93%80.39%-
XYZ38.0437.5262.99-
YUV165.71150.17122.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.10%
GREEN value IS 162 (63.67% from 255) = 30.86%
BLUE value IS 205 (80.47% from 255) = 39.05%
R=30.10%
G=30.86%
B=39.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581622050.230.2100.20234.8931.9771.18
Hex9EA2CD1715014eb2047
Octal236242315272502435340107
Binary1001111010100010110011011011110101010100111010111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,162,205); }

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

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

 a { background-color: rgb(158,162,205); }

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

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

 span { border-color: rgb(158,162,205); }

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