#93B3FF

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

Shades of Perano #93B3FF

Tints of Perano #93B3FF

Color information

#93B3FF (or 0x93B3FF) is unknown color: approx Perano. HEX triplet: 93, B3 and FF. RGB value is (147,179,255). Sum of RGB (Red+Green+Blue) = 147+179+255=581 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.30% from 581); Green value is 179 (70.31% from 255 or 30.81% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #93B3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93B3FF is #6C4C00. Grayscale: #B1B1B1. Windows color (decimal): -7097345 or 16757651. OLE color: 16757651.

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

Color convert

RGB147179255-
CMYK0.420.3000
HSL222.22º100%78.82%-
HSV(B)222.22º42.35%100%-
XYZ46.245.66100.99-
YUV178.1171.4105.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.30%
GREEN value IS 179 (70.31% from 255) = 30.81%
BLUE value IS 255 (100% from 255) = 43.89%
R=25.30%
G=30.81%
B=43.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1471792550.420.3000222.2210078.82
Hex93B3FF2A1E00de644f
Octal223263377523600336144117
Binary10010011101100111111111110101011110001101111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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