#93AFDC

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

Shades of Polo Blue #93AFDC

Tints of Polo Blue #93AFDC

Color information

#93AFDC (or 0x93AFDC) is unknown color: approx Polo Blue. HEX triplet: 93, AF and DC. RGB value is (147,175,220). Sum of RGB (Red+Green+Blue) = 147+175+220=542 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.12% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #93AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AFDC is #6C5023. Grayscale: #ABABAB. Windows color (decimal): -7098404 or 14462867. OLE color: 14462867.

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

Color convert

RGB147175220-
CMYK0.330.2000.14
HSL216.99º51.05%71.96%-
HSV(B)216.99º33.18%86.27%-
XYZ40.2842.0373.7-
YUV171.76155.22110.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.12%
GREEN value IS 175 (68.75% from 255) = 32.29%
BLUE value IS 220 (86.33% from 255) = 40.59%
R=27.12%
G=32.29%
B=40.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1471752200.330.2000.14216.9951.0571.96
Hex93AFDC21140Ed93348
Octal223257334412401633163110
Binary1001001110101111110111001000011010001110110110011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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