#94B5DD

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

Shades of Polo Blue #94B5DD

Tints of Polo Blue #94B5DD

Color information

#94B5DD (or 0x94B5DD) is unknown color: approx Polo Blue. HEX triplet: 94, B5 and DD. RGB value is (148,181,221). Sum of RGB (Red+Green+Blue) = 148+181+221=550 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.91% from 550); Green value is 181 (71.09% from 255 or 32.91% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #94B5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B5DD is #6B4A22. Grayscale: #AFAFAF. Windows color (decimal): -7031331 or 14529940. OLE color: 14529940.

HSL color Cylindrical-coordinate representation of color #94B5DD: hue angle of 212.88º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94B5DD is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB148181221-
CMYK0.330.1800.13
HSL212.88º51.77%72.35%-
HSV(B)212.88º33.03%86.67%-
XYZ41.7944.5674.81-
YUV175.69153.57108.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.91%
GREEN value IS 181 (71.09% from 255) = 32.91%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=26.91%
G=32.91%
B=40.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1481812210.330.1800.13212.8851.7772.35
Hex94B5DD21120Dd53448
Octal224265335412201532564110
Binary1001010010110101110111011000011001001101110101011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,181,221); }

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

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

 a { background-color: rgb(148,181,221); }

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

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

 span { border-color: rgb(148,181,221); }

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