#94A9DA

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

Shades of Polo Blue #94A9DA

Tints of Polo Blue #94A9DA

Color information

#94A9DA (or 0x94A9DA) is unknown color: approx Polo Blue. HEX triplet: 94, A9 and DA. RGB value is (148,169,218). Sum of RGB (Red+Green+Blue) = 148+169+218=535 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.66% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #94A9DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A9DA is #6B5625. Grayscale: #A8A8A8. Windows color (decimal): -7034406 or 14330260. OLE color: 14330260.

HSL color Cylindrical-coordinate representation of color #94A9DA: hue angle of 222º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94A9DA is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB148169218-
CMYK0.320.2200.15
HSL222º48.61%71.76%-
HSV(B)222º32.11%85.49%-
XYZ39.0639.7371.94-
YUV168.31156.04113.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.66%
GREEN value IS 169 (66.41% from 255) = 31.59%
BLUE value IS 218 (85.55% from 255) = 40.75%
R=27.66%
G=31.59%
B=40.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1481692180.320.2200.1522248.6171.76
Hex94A9DA20160Fde3148
Octal224251332402601733661110
Binary1001010010101001110110101000001011001111110111101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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