#93AEFF

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

Shades of Perano #93AEFF

Tints of Perano #93AEFF

Color information

#93AEFF (or 0x93AEFF) is unknown color: approx Perano. HEX triplet: 93, AE and FF. RGB value is (147,174,255). Sum of RGB (Red+Green+Blue) = 147+174+255=576 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.52% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #93AEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93AEFF is #6C5100. Grayscale: #AEAEAE. Windows color (decimal): -7098625 or 16756371. OLE color: 16756371.

HSL color Cylindrical-coordinate representation of color #93AEFF: hue angle of 225º 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 #93AEFF is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB147174255-
CMYK0.420.3200
HSL225º100%78.82%-
HSV(B)225º42.35%100%-
XYZ45.2243.7100.66-
YUV175.16173.05107.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.52%
GREEN value IS 174 (68.36% from 255) = 30.21%
BLUE value IS 255 (100% from 255) = 44.27%
R=25.52%
G=30.21%
B=44.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1471742550.420.320022510078.82
Hex93AEFF2A2000e1644f
Octal223256377524000341144117
Binary100100111010111011111111101010100000001110000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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