#94B0C8

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

Shades of Polo Blue #94B0C8

Tints of Polo Blue #94B0C8

Color information

#94B0C8 (or 0x94B0C8) is unknown color: approx Polo Blue. HEX triplet: 94, B0 and C8. RGB value is (148,176,200). Sum of RGB (Red+Green+Blue) = 148+176+200=524 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.24% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 200 - color contains mainly: blue. Hex color #94B0C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B0C8 is #6B4F37. Grayscale: #AAAAAA. Windows color (decimal): -7032632 or 13152404. OLE color: 13152404.

HSL color Cylindrical-coordinate representation of color #94B0C8: hue angle of 207.69º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94B0C8 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB148176200-
CMYK0.260.1200.22
HSL207.69º32.1%68.24%-
HSV(B)207.69º26%78.43%-
XYZ38.1641.5260.65-
YUV170.36144.72112.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.24%
GREEN value IS 176 (69.14% from 255) = 33.59%
BLUE value IS 200 (78.52% from 255) = 38.17%
R=28.24%
G=33.59%
B=38.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1481762000.260.1200.22207.6932.168.24
Hex94B0C81AC016d02044
Octal224260310321402632040104
Binary100101001011000011001000110101100010110110100001000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,176,200); }

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

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

 a { background-color: rgb(148,176,200); }

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

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

 span { border-color: rgb(148,176,200); }

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