#94ADCC

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

Shades of Polo Blue #94ADCC

Tints of Polo Blue #94ADCC

Color information

#94ADCC (or 0x94ADCC) is unknown color: approx Polo Blue. HEX triplet: 94, AD and CC. RGB value is (148,173,204). Sum of RGB (Red+Green+Blue) = 148+173+204=525 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.19% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #94ADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ADCC is #6B5233. Grayscale: #A8A8A8. Windows color (decimal): -7033396 or 13413780. OLE color: 13413780.

HSL color Cylindrical-coordinate representation of color #94ADCC: hue angle of 213.21º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94ADCC is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB148173204-
CMYK0.270.1500.2
HSL213.21º35.44%69.02%-
HSV(B)213.21º27.45%80%-
XYZ38.0640.5462.95-
YUV169.06147.72112.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.19%
GREEN value IS 173 (67.97% from 255) = 32.95%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=28.19%
G=32.95%
B=38.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1481732040.270.1500.2213.2135.4469.02
Hex94ADCC1BF014d52345
Octal224255314331702432543105
Binary100101001010110111001100110111111010100110101011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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