#94ABD1

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

Shades of Polo Blue #94ABD1

Tints of Polo Blue #94ABD1

Color information

#94ABD1 (or 0x94ABD1) is unknown color: approx Polo Blue. HEX triplet: 94, AB and D1. RGB value is (148,171,209). Sum of RGB (Red+Green+Blue) = 148+171+209=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 209 - color contains mainly: blue. Hex color #94ABD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ABD1 is #6B542E. Grayscale: #A8A8A8. Windows color (decimal): -7033903 or 13740948. OLE color: 13740948.

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

Color convert

RGB148171209-
CMYK0.290.1800.18
HSL217.38º39.87%70%-
HSV(B)217.38º29.19%81.96%-
XYZ38.2840.0366.03-
YUV168.46150.88113.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.03%
GREEN value IS 171 (67.19% from 255) = 32.39%
BLUE value IS 209 (82.03% from 255) = 39.58%
R=28.03%
G=32.39%
B=39.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1481712090.290.1800.18217.3839.8770
Hex94ABD11D12012d92846
Octal224253321352202233150106
Binary1001010010101011110100011110110010010010110110011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ABD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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