#93B2DD

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

Shades of Polo Blue #93B2DD

Tints of Polo Blue #93B2DD

Color information

#93B2DD (or 0x93B2DD) is unknown color: approx Polo Blue. HEX triplet: 93, B2 and DD. RGB value is (147,178,221). Sum of RGB (Red+Green+Blue) = 147+178+221=546 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.92% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #93B2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93B2DD is #6C4D22. Grayscale: #ADADAD. Windows color (decimal): -7097635 or 14529171. OLE color: 14529171.

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

Color convert

RGB147178221-
CMYK0.330.1900.13
HSL214.86º52.11%72.16%-
HSV(B)214.86º33.48%86.67%-
XYZ4143.2674.6-
YUV173.63154.73109-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.92%
GREEN value IS 178 (69.92% from 255) = 32.60%
BLUE value IS 221 (86.72% from 255) = 40.48%
R=26.92%
G=32.60%
B=40.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471782210.330.1900.13214.8652.1172.16
Hex93B2DD21130Dd73448
Octal223262335412301532764110
Binary1001001110110010110111011000011001101101110101111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,178,221); }

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

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

 a { background-color: rgb(147,178,221); }

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

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

 span { border-color: rgb(147,178,221); }

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