#93AEFD

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

Shades of Perano #93AEFD

Tints of Perano #93AEFD

Color information

#93AEFD (or 0x93AEFD) is unknown color: approx Perano. HEX triplet: 93, AE and FD. RGB value is (147,174,253). Sum of RGB (Red+Green+Blue) = 147+174+253=574 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.61% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #93AEFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93AEFD is #6C5102. Grayscale: #AEAEAE. Windows color (decimal): -7098627 or 16625299. OLE color: 16625299.

HSL color Cylindrical-coordinate representation of color #93AEFD: hue angle of 224.72º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93AEFD is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB147174253-
CMYK0.420.3100.01
HSL224.72º96.36%78.43%-
HSV(B)224.72º41.9%99.22%-
XYZ44.943.5798.97-
YUV174.93172.05108.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.61%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 253 (99.22% from 255) = 44.08%
R=25.61%
G=30.31%
B=44.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1471742530.420.3100.01224.7296.3678.43
Hex93AEFD2A1F01e1604e
Octal223256375523701341140116
Binary10010011101011101111110110101011111011110000111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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