#94A8D9

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

Shades of Polo Blue #94A8D9

Tints of Polo Blue #94A8D9

Color information

#94A8D9 (or 0x94A8D9) is unknown color: approx Polo Blue. HEX triplet: 94, A8 and D9. RGB value is (148,168,217). Sum of RGB (Red+Green+Blue) = 148+168+217=533 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.77% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 217 - color contains mainly: blue. Hex color #94A8D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A8D9 is #6B5726. Grayscale: #A7A7A7. Windows color (decimal): -7034663 or 14264468. OLE color: 14264468.

HSL color Cylindrical-coordinate representation of color #94A8D9: hue angle of 222.61º degrees, saturation: 0.48, 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 #94A8D9 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB148168217-
CMYK0.320.2300.15
HSL222.61º47.59%71.57%-
HSV(B)222.61º31.8%85.1%-
XYZ38.7439.3171.19-
YUV167.61155.87114.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.77%
GREEN value IS 168 (66.02% from 255) = 31.52%
BLUE value IS 217 (85.16% from 255) = 40.71%
R=27.77%
G=31.52%
B=40.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1481682170.320.2300.15222.6147.5971.57
Hex94A8D920170Fdf3048
Octal224250331402701733760110
Binary1001010010101000110110011000001011101111110111111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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