#93B6FC

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

Shades of Perano #93B6FC

Tints of Perano #93B6FC

Color information

#93B6FC (or 0x93B6FC) is unknown color: approx Perano. HEX triplet: 93, B6 and FC. RGB value is (147,182,252). Sum of RGB (Red+Green+Blue) = 147+182+252=581 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.30% from 581); Green value is 182 (71.48% from 255 or 31.33% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #93B6FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93B6FC is #6C4903. Grayscale: #B3B3B3. Windows color (decimal): -7096580 or 16561811. OLE color: 16561811.

HSL color Cylindrical-coordinate representation of color #93B6FC: hue angle of 220º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93B6FC is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB147182252-
CMYK0.420.2800.01
HSL220º94.59%78.24%-
HSV(B)220º41.67%98.82%-
XYZ46.3346.6998.67-
YUV179.52168.9104.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.30%
GREEN value IS 182 (71.48% from 255) = 31.33%
BLUE value IS 252 (98.83% from 255) = 43.37%
R=25.30%
G=31.33%
B=43.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1471822520.420.2800.0122094.5978.24
Hex93B6FC2A1C01dc5f4e
Octal223266374523401334137116
Binary10010011101101101111110010101011100011101110010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,182,252); }

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

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

 a { background-color: rgb(147,182,252); }

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

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

 span { border-color: rgb(147,182,252); }

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