#9EAAFD

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

Shades of Perano #9EAAFD

Tints of Perano #9EAAFD

Color information

#9EAAFD (or 0x9EAAFD) is unknown color: approx Perano. HEX triplet: 9E, AA and FD. RGB value is (158,170,253). Sum of RGB (Red+Green+Blue) = 158+170+253=581 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.19% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #9EAAFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EAAFD is #615502. Grayscale: #AFAFAF. Windows color (decimal): -6378755 or 16624286. OLE color: 16624286.

HSL color Cylindrical-coordinate representation of color #9EAAFD: hue angle of 232.42º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EAAFD is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB158170253-
CMYK0.380.3300.01
HSL232.42º95.96%80.59%-
HSV(B)232.42º37.55%99.22%-
XYZ46.243.1198.81-
YUV175.87171.52115.25-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.19%
GREEN value IS 170 (66.80% from 255) = 29.26%
BLUE value IS 253 (99.22% from 255) = 43.55%
R=27.19%
G=29.26%
B=43.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1581702530.380.3300.01232.4295.9680.59
Hex9EAAFD262101e86051
Octal236252375464101350140121
Binary100111101010101011111101100110100001011110100011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,170,253); }

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

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

 a { background-color: rgb(158,170,253); }

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

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

 span { border-color: rgb(158,170,253); }

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