#93AFDD

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

Shades of Polo Blue #93AFDD

Tints of Polo Blue #93AFDD

Color information

#93AFDD (or 0x93AFDD) is unknown color: approx Polo Blue. HEX triplet: 93, AF and DD. RGB value is (147,175,221). Sum of RGB (Red+Green+Blue) = 147+175+221=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #93AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AFDD is #6C5022. Grayscale: #ABABAB. Windows color (decimal): -7098403 or 14528403. OLE color: 14528403.

HSL color Cylindrical-coordinate representation of color #93AFDD: hue angle of 217.3º 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 #93AFDD is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB147175221-
CMYK0.330.2100.13
HSL217.3º52.11%72.16%-
HSV(B)217.3º33.48%86.67%-
XYZ40.4142.0874.4-
YUV171.87155.72110.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.07%
GREEN value IS 175 (68.75% from 255) = 32.23%
BLUE value IS 221 (86.72% from 255) = 40.70%
R=27.07%
G=32.23%
B=40.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471752210.330.2100.13217.352.1172.16
Hex93AFDD21150Dd93448
Octal223257335412501533164110
Binary1001001110101111110111011000011010101101110110011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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