#93B3DC

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

Shades of Polo Blue #93B3DC

Tints of Polo Blue #93B3DC

Color information

#93B3DC (or 0x93B3DC) is unknown color: approx Polo Blue. HEX triplet: 93, B3 and DC. RGB value is (147,179,220). Sum of RGB (Red+Green+Blue) = 147+179+220=546 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.92% from 546); Green value is 179 (70.31% from 255 or 32.78% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #93B3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B3DC is #6C4C23. Grayscale: #ADADAD. Windows color (decimal): -7097380 or 14463891. OLE color: 14463891.

HSL color Cylindrical-coordinate representation of color #93B3DC: hue angle of 213.7º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93B3DC is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB147179220-
CMYK0.330.1900.14
HSL213.7º51.05%71.96%-
HSV(B)213.7º33.18%86.27%-
XYZ41.0743.6173.96-
YUV174.11153.9108.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.92%
GREEN value IS 179 (70.31% from 255) = 32.78%
BLUE value IS 220 (86.33% from 255) = 40.29%
R=26.92%
G=32.78%
B=40.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1471792200.330.1900.14213.751.0571.96
Hex93B3DC21130Ed63348
Octal223263334412301632663110
Binary1001001110110011110111001000011001101110110101101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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