#93AAF1

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

Shades of Perano #93AAF1

Tints of Perano #93AAF1

Color information

#93AAF1 (or 0x93AAF1) is unknown color: approx Perano. HEX triplet: 93, AA and F1. RGB value is (147,170,241). Sum of RGB (Red+Green+Blue) = 147+170+241=558 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.34% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #93AAF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93AAF1 is #6C550E. Grayscale: #AAAAAA. Windows color (decimal): -7099663 or 15837843. OLE color: 15837843.

HSL color Cylindrical-coordinate representation of color #93AAF1: hue angle of 225.32º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93AAF1 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB147170241-
CMYK0.390.2900.05
HSL225.32º77.05%76.08%-
HSV(B)225.32º39%94.51%-
XYZ42.2841.388.96-
YUV171.22167.38110.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.34%
GREEN value IS 170 (66.80% from 255) = 30.47%
BLUE value IS 241 (94.53% from 255) = 43.19%
R=26.34%
G=30.47%
B=43.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1471702410.390.2900.05225.3277.0576.08
Hex93AAF1271D05e14d4c
Octal223252361473505341115114
Binary1001001110101010111100011001111110101011110000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93AAF1; }

 p { color: rgb(147,170,241); }

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

<style>
 a { background-color: #93AAF1; }

 a { background-color: rgb(147,170,241); }

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

<style>
 span { border-color: #93AAF1; }

 span { border-color: rgb(147,170,241); }

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