#9EAFFA

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

Shades of Perano #9EAFFA

Tints of Perano #9EAFFA

Color information

#9EAFFA (or 0x9EAFFA) is unknown color: approx Perano. HEX triplet: 9E, AF and FA. RGB value is (158,175,250). Sum of RGB (Red+Green+Blue) = 158+175+250=583 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.10% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #9EAFFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EAFFA is #615005. Grayscale: #B2B2B2. Windows color (decimal): -6377478 or 16428958. OLE color: 16428958.

HSL color Cylindrical-coordinate representation of color #9EAFFA: hue angle of 228.91º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EAFFA is Cyan = 0.37, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB158175250-
CMYK0.370.300.02
HSL228.91º90.2%80%-
HSV(B)228.91º36.8%98.04%-
XYZ46.6944.8396.64-
YUV178.47168.37113.4-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.10%
GREEN value IS 175 (68.75% from 255) = 30.02%
BLUE value IS 250 (98.05% from 255) = 42.88%
R=27.10%
G=30.02%
B=42.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1581752500.370.300.02228.9190.280
Hex9EAFFA251E02e55a50
Octal236257372453602345132120
Binary100111101010111111111010100101111100101110010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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