#9EADEF

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

Shades of Perano #9EADEF

Tints of Perano #9EADEF

Color information

#9EADEF (or 0x9EADEF) is unknown color: approx Perano. HEX triplet: 9E, AD and EF. RGB value is (158,173,239). Sum of RGB (Red+Green+Blue) = 158+173+239=570 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.72% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #9EADEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EADEF is #615210. Grayscale: #AFAFAF. Windows color (decimal): -6378001 or 15707550. OLE color: 15707550.

HSL color Cylindrical-coordinate representation of color #9EADEF: hue angle of 228.89º degrees, saturation: 0.72, 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 #9EADEF is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB158173239-
CMYK0.340.2800.06
HSL228.89º71.68%77.84%-
HSV(B)228.89º33.89%93.73%-
XYZ44.6243.3987.68-
YUV176.04163.53115.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.72%
GREEN value IS 173 (67.97% from 255) = 30.35%
BLUE value IS 239 (93.75% from 255) = 41.93%
R=27.72%
G=30.35%
B=41.93%

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
Decimal1581732390.340.2800.06228.8971.6877.84
Hex9EADEF221C06e5484e
Octal236255357423406345110116
Binary1001111010101101111011111000101110001101110010110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EADEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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