#93afff

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

Shades of Perano #93AFFF

Tints of Perano #93AFFF

Color information

#93AFFF (or 0x93AFFF) is unknown color: approx Perano. HEX triplet: 93, AF and FF. RGB value is (147,175,255). Sum of RGB (Red+Green+Blue) = 147+175+255=577 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.48% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #93AFFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93AFFF is #6C5000. Grayscale: #AFAFAF. Windows color (decimal): -7098369 or 16756627. OLE color: 16756627.

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

Color convert

RGB147175255-
CMYK0.420.3100
HSL224.44º100%78.82%-
HSV(B)224.44º42.35%100%-
XYZ45.4144.08100.72-
YUV175.75172.72107.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.48%
GREEN value IS 175 (68.75% from 255) = 30.33%
BLUE value IS 255 (100% from 255) = 44.19%
R=25.48%
G=30.33%
B=44.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1471752550.420.3100224.4410078.82
Hex93AFFF2A1F00e0644f
Octal223257377523700340144117
Binary10010011101011111111111110101011111001110000011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93afff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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