#93ADCD

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

Shades of Polo Blue #93ADCD

Tints of Polo Blue #93ADCD

Color information

#93ADCD (or 0x93ADCD) is unknown color: approx Polo Blue. HEX triplet: 93, AD and CD. RGB value is (147,173,205). Sum of RGB (Red+Green+Blue) = 147+173+205=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #93ADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ADCD is #6C5232. Grayscale: #A8A8A8. Windows color (decimal): -7098931 or 13479315. OLE color: 13479315.

HSL color Cylindrical-coordinate representation of color #93ADCD: hue angle of 213.1º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93ADCD is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB147173205-
CMYK0.280.1600.20
HSL213.1º36.71%69.02%-
HSV(B)213.1º28.29%80.39%-
XYZ3840.563.57-
YUV168.87148.39112.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28%
GREEN value IS 173 (67.97% from 255) = 32.95%
BLUE value IS 205 (80.47% from 255) = 39.05%
R=28%
G=32.95%
B=39.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1471732050.280.1600.20213.136.7169.02
Hex93ADCD1C10014d52545
Octal223255315342002432545105
Binary1001001110101101110011011110010000010100110101011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,173,205); }

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

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

 a { background-color: rgb(147,173,205); }

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

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

 span { border-color: rgb(147,173,205); }

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