#93AAF3

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

Shades of Perano #93AAF3

Tints of Perano #93AAF3

Color information

#93AAF3 (or 0x93AAF3) is unknown color: approx Perano. HEX triplet: 93, AA and F3. RGB value is (147,170,243). Sum of RGB (Red+Green+Blue) = 147+170+243=560 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.25% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 243 (95.31% from 255 or 43.39% from 560); Max value from RGB is 243 - color contains mainly: blue. Hex color #93AAF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93AAF3 is #6C550C. Grayscale: #ABABAB. Windows color (decimal): -7099661 or 15968915. OLE color: 15968915.

HSL color Cylindrical-coordinate representation of color #93AAF3: hue angle of 225.62º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93AAF3 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB147170243-
CMYK0.400.3000.05
HSL225.62º80%76.47%-
HSV(B)225.62º39.51%95.29%-
XYZ42.5941.4290.55-
YUV171.44168.38110.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.25%
GREEN value IS 170 (66.80% from 255) = 30.36%
BLUE value IS 243 (95.31% from 255) = 43.39%
R=26.25%
G=30.36%
B=43.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1471702430.400.3000.05225.628076.47
Hex93AAF3281E05e2504c
Octal223252363503605342120114
Binary1001001110101010111100111010001111001011110001010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,170,243); }

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

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

 a { background-color: rgb(147,170,243); }

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

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

 span { border-color: rgb(147,170,243); }

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