#93ACCD

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

Shades of Polo Blue #93ACCD

Tints of Polo Blue #93ACCD

Color information

#93ACCD (or 0x93ACCD) is unknown color: approx Polo Blue. HEX triplet: 93, AC and CD. RGB value is (147,172,205). Sum of RGB (Red+Green+Blue) = 147+172+205=524 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.05% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #93ACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ACCD is #6C5332. Grayscale: #A8A8A8. Windows color (decimal): -7099187 or 13479059. OLE color: 13479059.

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

Color convert

RGB147172205-
CMYK0.280.1600.20
HSL214.14º36.71%69.02%-
HSV(B)214.14º28.29%80.39%-
XYZ37.840.1263.51-
YUV168.29148.72112.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.05%
GREEN value IS 172 (67.58% from 255) = 32.82%
BLUE value IS 205 (80.47% from 255) = 39.12%
R=28.05%
G=32.82%
B=39.12%

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
Decimal1471722050.280.1600.20214.1436.7169.02
Hex93ACCD1C10014d62545
Octal223254315342002432645105
Binary1001001110101100110011011110010000010100110101101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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