#94B5DC

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

Shades of Polo Blue #94B5DC

Tints of Polo Blue #94B5DC

Color information

#94B5DC (or 0x94B5DC) is unknown color: approx Polo Blue. HEX triplet: 94, B5 and DC. RGB value is (148,181,220). Sum of RGB (Red+Green+Blue) = 148+181+220=549 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.96% from 549); Green value is 181 (71.09% from 255 or 32.97% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #94B5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B5DC is #6B4A23. Grayscale: #AFAFAF. Windows color (decimal): -7031332 or 14464404. OLE color: 14464404.

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

Color convert

RGB148181220-
CMYK0.330.1800.14
HSL212.5º50.7%72.16%-
HSV(B)212.5º32.73%86.27%-
XYZ41.6544.5174.11-
YUV175.58153.07108.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.96%
GREEN value IS 181 (71.09% from 255) = 32.97%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=26.96%
G=32.97%
B=40.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1481812200.330.1800.14212.550.772.16
Hex94B5DC21120Ed43348
Octal224265334412201632463110
Binary1001010010110101110111001000011001001110110101001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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