#9EA8EE

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

Shades of Perano #9EA8EE

Tints of Perano #9EA8EE

Color information

#9EA8EE (or 0x9EA8EE) is unknown color: approx Perano. HEX triplet: 9E, A8 and EE. RGB value is (158,168,238). Sum of RGB (Red+Green+Blue) = 158+168+238=564 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.01% from 564); Green value is 168 (66.02% from 255 or 29.79% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #9EA8EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EA8EE is #615711. Grayscale: #ACACAC. Windows color (decimal): -6379282 or 15640734. OLE color: 15640734.

HSL color Cylindrical-coordinate representation of color #9EA8EE: hue angle of 232.5º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EA8EE is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB158168238-
CMYK0.340.2900.07
HSL232.5º70.18%77.65%-
HSV(B)232.5º33.61%93.33%-
XYZ43.5441.4586.59-
YUV172.99164.69117.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.01%
GREEN value IS 168 (66.02% from 255) = 29.79%
BLUE value IS 238 (93.36% from 255) = 42.20%
R=28.01%
G=29.79%
B=42.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1581682380.340.2900.07232.570.1877.65
Hex9EA8EE221D07e8464e
Octal236250356423507350106116
Binary1001111010101000111011101000101110101111110100010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,168,238); }

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

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

 a { background-color: rgb(158,168,238); }

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

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

 span { border-color: rgb(158,168,238); }

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