#94ADD0

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

Shades of Polo Blue #94ADD0

Tints of Polo Blue #94ADD0

Color information

#94ADD0 (or 0x94ADD0) is unknown color: approx Polo Blue. HEX triplet: 94, AD and D0. RGB value is (148,173,208). Sum of RGB (Red+Green+Blue) = 148+173+208=529 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.98% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 208 - color contains mainly: blue. Hex color #94ADD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ADD0 is #6B522F. Grayscale: #A9A9A9. Windows color (decimal): -7033392 or 13675924. OLE color: 13675924.

HSL color Cylindrical-coordinate representation of color #94ADD0: hue angle of 215º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94ADD0 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB148173208-
CMYK0.290.1700.18
HSL215º38.96%69.8%-
HSV(B)215º28.85%81.57%-
XYZ38.5440.7465.51-
YUV169.52149.72112.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.98%
GREEN value IS 173 (67.97% from 255) = 32.70%
BLUE value IS 208 (81.64% from 255) = 39.32%
R=27.98%
G=32.70%
B=39.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1481732080.290.1700.1821538.9669.8
Hex94ADD01D11012d72746
Octal224255320352102232747106
Binary1001010010101101110100001110110001010010110101111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ADD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,173,208); }

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

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

 a { background-color: rgb(148,173,208); }

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

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

 span { border-color: rgb(148,173,208); }

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