#93B3FA

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

Shades of Perano #93B3FA

Tints of Perano #93B3FA

Color information

#93B3FA (or 0x93B3FA) is unknown color: approx Perano. HEX triplet: 93, B3 and FA. RGB value is (147,179,250). Sum of RGB (Red+Green+Blue) = 147+179+250=576 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.52% from 576); Green value is 179 (70.31% from 255 or 31.08% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #93B3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93B3FA is #6C4C05. Grayscale: #B1B1B1. Windows color (decimal): -7097350 or 16429971. OLE color: 16429971.

HSL color Cylindrical-coordinate representation of color #93B3FA: hue angle of 221.36º degrees, saturation: 0.91, 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 #93B3FA is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB147179250-
CMYK0.410.2800.02
HSL221.36º91.15%77.84%-
HSV(B)221.36º41.2%98.04%-
XYZ45.4145.3596.8-
YUV177.53168.9106.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.52%
GREEN value IS 179 (70.31% from 255) = 31.08%
BLUE value IS 250 (98.05% from 255) = 43.40%
R=25.52%
G=31.08%
B=43.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1471792500.410.2800.02221.3691.1577.84
Hex93B3FA291C02dd5b4e
Octal223263372513402335133116
Binary100100111011001111111010101001111000101101110110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,179,250); }

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

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

 a { background-color: rgb(147,179,250); }

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

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

 span { border-color: rgb(147,179,250); }

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