#9EAFED

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

Shades of Perano #9EAFED

Tints of Perano #9EAFED

Color information

#9EAFED (or 0x9EAFED) is unknown color: approx Perano. HEX triplet: 9E, AF and ED. RGB value is (158,175,237). Sum of RGB (Red+Green+Blue) = 158+175+237=570 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.72% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #9EAFED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EAFED is #615012. Grayscale: #B0B0B0. Windows color (decimal): -6377491 or 15576990. OLE color: 15576990.

HSL color Cylindrical-coordinate representation of color #9EAFED: hue angle of 227.09º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EAFED is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB158175237-
CMYK0.330.2600.07
HSL227.09º68.7%77.45%-
HSV(B)227.09º33.33%92.94%-
XYZ44.7244.0486.27-
YUV176.98161.87114.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.72%
GREEN value IS 175 (68.75% from 255) = 30.70%
BLUE value IS 237 (92.97% from 255) = 41.58%
R=27.72%
G=30.70%
B=41.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1581752370.330.2600.07227.0968.777.45
Hex9EAFED211A07e3454d
Octal236257355413207343105115
Binary1001111010101111111011011000011101001111110001110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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