#93B4DE

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

Shades of Polo Blue #93B4DE

Tints of Polo Blue #93B4DE

Color information

#93B4DE (or 0x93B4DE) is unknown color: approx Polo Blue. HEX triplet: 93, B4 and DE. RGB value is (147,180,222). Sum of RGB (Red+Green+Blue) = 147+180+222=549 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.78% from 549); Green value is 180 (70.70% from 255 or 32.79% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #93B4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B4DE is #6C4B21. Grayscale: #AEAEAE. Windows color (decimal): -7097122 or 14595219. OLE color: 14595219.

HSL color Cylindrical-coordinate representation of color #93B4DE: hue angle of 213.6º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93B4DE is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB147180222-
CMYK0.340.1900.13
HSL213.6º53.19%72.35%-
HSV(B)213.6º33.78%87.06%-
XYZ41.5444.1275.43-
YUV174.92154.57108.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.78%
GREEN value IS 180 (70.70% from 255) = 32.79%
BLUE value IS 222 (87.11% from 255) = 40.44%
R=26.78%
G=32.79%
B=40.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471802220.340.1900.13213.653.1972.35
Hex93B4DE22130Dd63548
Octal223264336422301532665110
Binary1001001110110100110111101000101001101101110101101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,180,222); }

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

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

 a { background-color: rgb(147,180,222); }

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

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

 span { border-color: rgb(147,180,222); }

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