#9EADF0

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

Shades of Perano #9EADF0

Tints of Perano #9EADF0

Color information

#9EADF0 (or 0x9EADF0) is unknown color: approx Perano. HEX triplet: 9E, AD and F0. RGB value is (158,173,240). Sum of RGB (Red+Green+Blue) = 158+173+240=571 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.67% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 240 - color contains mainly: blue. Hex color #9EADF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EADF0 is #61520F. Grayscale: #AFAFAF. Windows color (decimal): -6378000 or 15773086. OLE color: 15773086.

HSL color Cylindrical-coordinate representation of color #9EADF0: hue angle of 229.02º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EADF0 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB158173240-
CMYK0.340.2800.06
HSL229.02º73.21%78.04%-
HSV(B)229.02º34.17%94.12%-
XYZ44.7743.4588.46-
YUV176.15164.03115.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.67%
GREEN value IS 173 (67.97% from 255) = 30.30%
BLUE value IS 240 (94.14% from 255) = 42.03%
R=27.67%
G=30.30%
B=42.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1581732400.340.2800.06229.0273.2178.04
Hex9EADF0221C06e5494e
Octal236255360423406345111116
Binary1001111010101101111100001000101110001101110010110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EADF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,173,240); }

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

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

 a { background-color: rgb(158,173,240); }

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

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

 span { border-color: rgb(158,173,240); }

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