#93ABF1

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

Shades of Perano #93ABF1

Tints of Perano #93ABF1

Color information

#93ABF1 (or 0x93ABF1) is unknown color: approx Perano. HEX triplet: 93, AB and F1. RGB value is (147,171,241). Sum of RGB (Red+Green+Blue) = 147+171+241=559 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.30% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #93ABF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93ABF1 is #6C540E. Grayscale: #ABABAB. Windows color (decimal): -7099407 or 15838099. OLE color: 15838099.

HSL color Cylindrical-coordinate representation of color #93ABF1: hue angle of 224.68º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93ABF1 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB147171241-
CMYK0.390.2900.05
HSL224.68º77.05%76.08%-
HSV(B)224.68º39%94.51%-
XYZ42.4741.6889.03-
YUV171.8167.05110.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.30%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 241 (94.53% from 255) = 43.11%
R=26.30%
G=30.59%
B=43.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1471712410.390.2900.05224.6877.0576.08
Hex93ABF1271D05e14d4c
Octal223253361473505341115114
Binary1001001110101011111100011001111110101011110000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ABF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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