#93B6EA

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

Shades of Perano #93B6EA

Tints of Perano #93B6EA

Color information

#93B6EA (or 0x93B6EA) is unknown color: approx Perano. HEX triplet: 93, B6 and EA. RGB value is (147,182,234). Sum of RGB (Red+Green+Blue) = 147+182+234=563 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.11% from 563); Green value is 182 (71.48% from 255 or 32.33% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #93B6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93B6EA is #6C4915. Grayscale: #B1B1B1. Windows color (decimal): -7096598 or 15382163. OLE color: 15382163.

HSL color Cylindrical-coordinate representation of color #93B6EA: hue angle of 215.86º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93B6EA is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB147182234-
CMYK0.370.2200.08
HSL215.86º67.44%74.71%-
HSV(B)215.86º37.18%91.76%-
XYZ43.6145.684.34-
YUV177.46159.9106.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.11%
GREEN value IS 182 (71.48% from 255) = 32.33%
BLUE value IS 234 (91.80% from 255) = 41.56%
R=26.11%
G=32.33%
B=41.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1471822340.370.2200.08215.8667.4474.71
Hex93B6EA251608d8434b
Octal2232663524526010330103113
Binary10010011101101101110101010010110110010001101100010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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