#94A9CA

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

Shades of Polo Blue #94A9CA

Tints of Polo Blue #94A9CA

Color information

#94A9CA (or 0x94A9CA) is unknown color: approx Polo Blue. HEX triplet: 94, A9 and CA. RGB value is (148,169,202). Sum of RGB (Red+Green+Blue) = 148+169+202=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #94A9CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A9CA is #6B5635. Grayscale: #A6A6A6. Windows color (decimal): -7034422 or 13281684. OLE color: 13281684.

HSL color Cylindrical-coordinate representation of color #94A9CA: hue angle of 216.67º 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 #94A9CA is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148169202-
CMYK0.270.1600.21
HSL216.67º33.75%68.63%-
HSV(B)216.67º26.73%79.22%-
XYZ37.0638.9461.44-
YUV166.48148.04114.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.52%
GREEN value IS 169 (66.41% from 255) = 32.56%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=28.52%
G=32.56%
B=38.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481692020.270.1600.21216.6733.7568.63
Hex94A9CA1B10015d92245
Octal224251312332002533142105
Binary1001010010101001110010101101110000010101110110011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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