#94ACD6

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

Shades of Polo Blue #94ACD6

Tints of Polo Blue #94ACD6

Color information

#94ACD6 (or 0x94ACD6) is unknown color: approx Polo Blue. HEX triplet: 94, AC and D6. RGB value is (148,172,214). Sum of RGB (Red+Green+Blue) = 148+172+214=534 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.72% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 214 (83.98% from 255 or 40.07% from 534); Max value from RGB is 214 - color contains mainly: blue. Hex color #94ACD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ACD6 is #6B5329. Grayscale: #A9A9A9. Windows color (decimal): -7033642 or 14068884. OLE color: 14068884.

HSL color Cylindrical-coordinate representation of color #94ACD6: hue angle of 218.18º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94ACD6 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB148172214-
CMYK0.310.2000.16
HSL218.18º44.59%70.98%-
HSV(B)218.18º30.84%83.92%-
XYZ39.140.6669.4-
YUV169.61153.05112.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.72%
GREEN value IS 172 (67.58% from 255) = 32.21%
BLUE value IS 214 (83.98% from 255) = 40.07%
R=27.72%
G=32.21%
B=40.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1481722140.310.2000.16218.1844.5970.98
Hex94ACD61F14010da2d47
Octal224254326372402033255107
Binary1001010010101100110101101111110100010000110110101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94ACD6; }

 p { color: rgb(148,172,214); }

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

<style>
 a { background-color: #94ACD6; }

 a { background-color: rgb(148,172,214); }

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

<style>
 span { border-color: #94ACD6; }

 span { border-color: rgb(148,172,214); }

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