#9EA5DC

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

Shades of Blue Bell #9EA5DC

Tints of Blue Bell #9EA5DC

Color information

#9EA5DC (or 0x9EA5DC) is unknown color: approx Blue Bell. HEX triplet: 9E, A5 and DC. RGB value is (158,165,220). Sum of RGB (Red+Green+Blue) = 158+165+220=543 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.10% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #9EA5DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA5DC is #615A23. Grayscale: #A8A8A8. Windows color (decimal): -6380068 or 14460318. OLE color: 14460318.

HSL color Cylindrical-coordinate representation of color #9EA5DC: hue angle of 233.23º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EA5DC is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB158165220-
CMYK0.280.2500.14
HSL233.23º46.97%74.12%-
HSV(B)233.23º28.18%86.27%-
XYZ40.4739.3573.17-
YUV169.18156.68120.03-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.10%
GREEN value IS 165 (64.84% from 255) = 30.39%
BLUE value IS 220 (86.33% from 255) = 40.52%
R=29.10%
G=30.39%
B=40.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1581652200.280.2500.14233.2346.9774.12
Hex9EA5DC1C190Ee92f4a
Octal236245334343101635157112
Binary100111101010010111011100111001100101110111010011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,165,220); }

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

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

 a { background-color: rgb(158,165,220); }

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

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

 span { border-color: rgb(158,165,220); }

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