#94B7DC

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

Shades of Polo Blue #94B7DC

Tints of Polo Blue #94B7DC

Color information

#94B7DC (or 0x94B7DC) is unknown color: approx Polo Blue. HEX triplet: 94, B7 and DC. RGB value is (148,183,220). Sum of RGB (Red+Green+Blue) = 148+183+220=551 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.86% from 551); Green value is 183 (71.88% from 255 or 33.21% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #94B7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B7DC is #6B4823. Grayscale: #B0B0B0. Windows color (decimal): -7030820 or 14464916. OLE color: 14464916.

HSL color Cylindrical-coordinate representation of color #94B7DC: hue angle of 210.83º 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 #94B7DC is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB148183220-
CMYK0.330.1700.14
HSL210.83º50.7%72.16%-
HSV(B)210.83º32.73%86.27%-
XYZ42.0645.3374.24-
YUV176.75152.4107.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.86%
GREEN value IS 183 (71.88% from 255) = 33.21%
BLUE value IS 220 (86.33% from 255) = 39.93%
R=26.86%
G=33.21%
B=39.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1481832200.330.1700.14210.8350.772.16
Hex94B7DC21110Ed33348
Octal224267334412101632363110
Binary1001010010110111110111001000011000101110110100111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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