#93AAFF

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

Shades of Perano #93AAFF

Tints of Perano #93AAFF

Color information

#93AAFF (or 0x93AAFF) is unknown color: approx Perano. HEX triplet: 93, AA and FF. RGB value is (147,170,255). Sum of RGB (Red+Green+Blue) = 147+170+255=572 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.70% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #93AAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93AAFF is #6C5500. Grayscale: #ACACAC. Windows color (decimal): -7099649 or 16755347. OLE color: 16755347.

HSL color Cylindrical-coordinate representation of color #93AAFF: hue angle of 227.22º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93AAFF is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB147170255-
CMYK0.420.3300
HSL227.22º100%78.82%-
HSV(B)227.22º42.35%100%-
XYZ44.4642.17100.4-
YUV172.81174.38109.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.70%
GREEN value IS 170 (66.80% from 255) = 29.72%
BLUE value IS 255 (100% from 255) = 44.58%
R=25.70%
G=29.72%
B=44.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1471702550.420.3300227.2210078.82
Hex93AAFF2A2100e3644f
Octal223252377524100343144117
Binary100100111010101011111111101010100001001110001111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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