#94B3D8

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

Shades of Polo Blue #94B3D8

Tints of Polo Blue #94B3D8

Color information

#94B3D8 (or 0x94B3D8) is unknown color: approx Polo Blue. HEX triplet: 94, B3 and D8. RGB value is (148,179,216). Sum of RGB (Red+Green+Blue) = 148+179+216=543 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.26% from 543); Green value is 179 (70.31% from 255 or 32.97% from 543); Blue value is 216 (84.77% from 255 or 39.78% from 543); Max value from RGB is 216 - color contains mainly: blue. Hex color #94B3D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B3D8 is #6B4C27. Grayscale: #ADADAD. Windows color (decimal): -7031848 or 14201748. OLE color: 14201748.

HSL color Cylindrical-coordinate representation of color #94B3D8: hue angle of 212.65º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94B3D8 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB148179216-
CMYK0.310.1700.15
HSL212.65º46.58%71.37%-
HSV(B)212.65º31.48%84.71%-
XYZ40.7343.4971.21-
YUV173.95151.73109.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.26%
GREEN value IS 179 (70.31% from 255) = 32.97%
BLUE value IS 216 (84.77% from 255) = 39.78%
R=27.26%
G=32.97%
B=39.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1481792160.310.1700.15212.6546.5871.37
Hex94B3D81F110Fd52f47
Octal224263330372101732557107
Binary100101001011001111011000111111000101111110101011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,179,216); }

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

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

 a { background-color: rgb(148,179,216); }

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

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

 span { border-color: rgb(148,179,216); }

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