#9EADF1

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

Shades of Perano #9EADF1

Tints of Perano #9EADF1

Color information

#9EADF1 (or 0x9EADF1) is unknown color: approx Perano. HEX triplet: 9E, AD and F1. RGB value is (158,173,241). Sum of RGB (Red+Green+Blue) = 158+173+241=572 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.62% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #9EADF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EADF1 is #61520E. Grayscale: #AFAFAF. Windows color (decimal): -6377999 or 15838622. OLE color: 15838622.

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

Color convert

RGB158173241-
CMYK0.340.2800.05
HSL229.16º74.77%78.24%-
HSV(B)229.16º34.44%94.51%-
XYZ44.9243.5189.25-
YUV176.27164.53114.97-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.62%
GREEN value IS 173 (67.97% from 255) = 30.24%
BLUE value IS 241 (94.53% from 255) = 42.13%
R=27.62%
G=30.24%
B=42.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1581732410.340.2800.05229.1674.7778.24
Hex9EADF1221C05e54b4e
Octal236255361423405345113116
Binary1001111010101101111100011000101110001011110010110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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