#9EA4CD

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

Shades of Blue Bell #9EA4CD

Tints of Blue Bell #9EA4CD

Color information

#9EA4CD (or 0x9EA4CD) is unknown color: approx Blue Bell. HEX triplet: 9E, A4 and CD. RGB value is (158,164,205). Sum of RGB (Red+Green+Blue) = 158+164+205=527 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.98% from 527); Green value is 164 (64.45% from 255 or 31.12% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #9EA4CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA4CD is #615B32. Grayscale: #A6A6A6. Windows color (decimal): -6380339 or 13477022. OLE color: 13477022.

HSL color Cylindrical-coordinate representation of color #9EA4CD: hue angle of 232.34º 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 #9EA4CD is Cyan = 0.23, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB158164205-
CMYK0.230.200.20
HSL232.34º31.97%71.18%-
HSV(B)232.34º22.93%80.39%-
XYZ38.438.2363.11-
YUV166.88149.51121.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.98%
GREEN value IS 164 (64.45% from 255) = 31.12%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=29.98%
G=31.12%
B=38.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581642050.230.200.20232.3431.9771.18
Hex9EA4CD1714014e82047
Octal236244315272402435040107
Binary1001111010100100110011011011110100010100111010001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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