#93AEFE

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

Shades of Perano #93AEFE

Tints of Perano #93AEFE

Color information

#93AEFE (or 0x93AEFE) is unknown color: approx Perano. HEX triplet: 93, AE and FE. RGB value is (147,174,254). Sum of RGB (Red+Green+Blue) = 147+174+254=575 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.57% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #93AEFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93AEFE is #6C5101. Grayscale: #AEAEAE. Windows color (decimal): -7098626 or 16690835. OLE color: 16690835.

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

Color convert

RGB147174254-
CMYK0.420.3100.00
HSL224.86º98.17%78.63%-
HSV(B)224.86º42.13%99.61%-
XYZ45.0643.6399.81-
YUV175.05172.55108-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.57%
GREEN value IS 174 (68.36% from 255) = 30.26%
BLUE value IS 254 (99.61% from 255) = 44.17%
R=25.57%
G=30.26%
B=44.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1471742540.420.3100.00224.8698.1778.63
Hex93AEFE2A1F00e1624f
Octal223256376523700341142117
Binary10010011101011101111111010101011111001110000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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