#94A8D1

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

Shades of Polo Blue #94A8D1

Tints of Polo Blue #94A8D1

Color information

#94A8D1 (or 0x94A8D1) is unknown color: approx Polo Blue. HEX triplet: 94, A8 and D1. RGB value is (148,168,209). Sum of RGB (Red+Green+Blue) = 148+168+209=525 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.19% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 209 (82.03% from 255 or 39.81% from 525); Max value from RGB is 209 - color contains mainly: blue. Hex color #94A8D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A8D1 is #6B572E. Grayscale: #A6A6A6. Windows color (decimal): -7034671 or 13740180. OLE color: 13740180.

HSL color Cylindrical-coordinate representation of color #94A8D1: hue angle of 220.33º degrees, saturation: 0.4, 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 #94A8D1 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB148168209-
CMYK0.290.2000.18
HSL220.33º39.87%70%-
HSV(B)220.33º29.19%81.96%-
XYZ37.7238.965.84-
YUV166.69151.87114.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.19%
GREEN value IS 168 (66.02% from 255) = 32%
BLUE value IS 209 (82.03% from 255) = 39.81%
R=28.19%
G=32%
B=39.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1481682090.290.2000.18220.3339.8770
Hex94A8D11D14012dc2846
Octal224250321352402233450106
Binary1001010010101000110100011110110100010010110111001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,168,209); }

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

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

 a { background-color: rgb(148,168,209); }

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

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

 span { border-color: rgb(148,168,209); }

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