#9EAFEE

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

Shades of Perano #9EAFEE

Tints of Perano #9EAFEE

Color information

#9EAFEE (or 0x9EAFEE) is unknown color: approx Perano. HEX triplet: 9E, AF and EE. RGB value is (158,175,238). Sum of RGB (Red+Green+Blue) = 158+175+238=571 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.67% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #9EAFEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EAFEE is #615011. Grayscale: #B0B0B0. Windows color (decimal): -6377490 or 15642526. OLE color: 15642526.

HSL color Cylindrical-coordinate representation of color #9EAFEE: hue angle of 227.25º 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 #9EAFEE is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB158175238-
CMYK0.340.2600.07
HSL227.25º70.18%77.65%-
HSV(B)227.25º33.61%93.33%-
XYZ44.8644.187.04-
YUV177.1162.37114.38-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.67%
GREEN value IS 175 (68.75% from 255) = 30.65%
BLUE value IS 238 (93.36% from 255) = 41.68%
R=27.67%
G=30.65%
B=41.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1581752380.340.2600.07227.2570.1877.65
Hex9EAFEE221A07e3464e
Octal236257356423207343106116
Binary1001111010101111111011101000101101001111110001110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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