#93B5EC

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

Shades of Perano #93B5EC

Tints of Perano #93B5EC

Color information

#93B5EC (or 0x93B5EC) is unknown color: approx Perano. HEX triplet: 93, B5 and EC. RGB value is (147,181,236). Sum of RGB (Red+Green+Blue) = 147+181+236=564 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.06% from 564); Green value is 181 (71.09% from 255 or 32.09% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #93B5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93B5EC is #6C4A13. Grayscale: #B0B0B0. Windows color (decimal): -7096852 or 15512979. OLE color: 15512979.

HSL color Cylindrical-coordinate representation of color #93B5EC: hue angle of 217.08º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93B5EC is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB147181236-
CMYK0.380.2300.07
HSL217.08º70.08%75.1%-
HSV(B)217.08º37.71%92.55%-
XYZ43.745.3185.8-
YUV177.1161.24106.53-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.06%
GREEN value IS 181 (71.09% from 255) = 32.09%
BLUE value IS 236 (92.58% from 255) = 41.84%
R=26.06%
G=32.09%
B=41.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1471812360.380.2300.07217.0870.0875.1
Hex93B5EC261707d9464b
Octal223265354462707331106113
Binary1001001110110101111011001001101011101111101100110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,181,236); }

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

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

 a { background-color: rgb(147,181,236); }

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

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

 span { border-color: rgb(147,181,236); }

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