#93ABF9

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

Shades of Perano #93ABF9

Tints of Perano #93ABF9

Color information

#93ABF9 (or 0x93ABF9) is unknown color: approx Perano. HEX triplet: 93, AB and F9. RGB value is (147,171,249). Sum of RGB (Red+Green+Blue) = 147+171+249=567 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.93% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 249 (97.66% from 255 or 43.92% from 567); Max value from RGB is 249 - color contains mainly: blue. Hex color #93ABF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93ABF9 is #6C5406. Grayscale: #ACACAC. Windows color (decimal): -7099399 or 16362387. OLE color: 16362387.

HSL color Cylindrical-coordinate representation of color #93ABF9: hue angle of 225.88º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93ABF9 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB147171249-
CMYK0.410.3100.02
HSL225.88º89.47%77.65%-
HSV(B)225.88º40.96%97.65%-
XYZ43.6942.1795.46-
YUV172.72171.05109.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.93%
GREEN value IS 171 (67.19% from 255) = 30.16%
BLUE value IS 249 (97.66% from 255) = 43.92%
R=25.93%
G=30.16%
B=43.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1471712490.410.3100.02225.8889.4777.65
Hex93ABF9291F02e2594e
Octal223253371513702342131116
Binary100100111010101111111001101001111110101110001010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ABF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,171,249); }

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

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

 a { background-color: rgb(147,171,249); }

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

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

 span { border-color: rgb(147,171,249); }

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