#94ADCA

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

Shades of Polo Blue #94ADCA

Tints of Polo Blue #94ADCA

Color information

#94ADCA (or 0x94ADCA) is unknown color: approx Polo Blue. HEX triplet: 94, AD and CA. RGB value is (148,173,202). Sum of RGB (Red+Green+Blue) = 148+173+202=523 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.30% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #94ADCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ADCA is #6B5235. Grayscale: #A8A8A8. Windows color (decimal): -7033398 or 13282708. OLE color: 13282708.

HSL color Cylindrical-coordinate representation of color #94ADCA: hue angle of 212.22º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94ADCA is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148173202-
CMYK0.270.1400.21
HSL212.22º33.75%68.63%-
HSV(B)212.22º26.73%79.22%-
XYZ37.8240.4561.69-
YUV168.83146.72113.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.30%
GREEN value IS 173 (67.97% from 255) = 33.08%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=28.30%
G=33.08%
B=38.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481732020.270.1400.21212.2233.7568.63
Hex94ADCA1BE015d42245
Octal224255312331602532442105
Binary100101001010110111001010110111110010101110101001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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