#9EA1DF

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

Shades of Blue Bell #9EA1DF

Tints of Blue Bell #9EA1DF

Color information

#9EA1DF (or 0x9EA1DF) is unknown color: approx Blue Bell. HEX triplet: 9E, A1 and DF. RGB value is (158,161,223). Sum of RGB (Red+Green+Blue) = 158+161+223=542 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.15% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #9EA1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA1DF is #615E20. Grayscale: #A6A6A6. Windows color (decimal): -6381089 or 14655902. OLE color: 14655902.

HSL color Cylindrical-coordinate representation of color #9EA1DF: hue angle of 237.23º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EA1DF is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158161223-
CMYK0.290.2800.13
HSL237.23º50.39%74.71%-
HSV(B)237.23º29.15%87.45%-
XYZ40.1638.0975.05-
YUV167.17159.51121.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.15%
GREEN value IS 161 (63.28% from 255) = 29.70%
BLUE value IS 223 (87.5% from 255) = 41.14%
R=29.15%
G=29.70%
B=41.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581612230.290.2800.13237.2350.3974.71
Hex9EA1DF1D1C0Ded324b
Octal236241337353401535562113
Binary100111101010000111011111111011110001101111011011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,161,223); }

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

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

 a { background-color: rgb(158,161,223); }

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

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

 span { border-color: rgb(158,161,223); }

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