#94B0CA

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

Shades of Polo Blue #94B0CA

Tints of Polo Blue #94B0CA

Color information

#94B0CA (or 0x94B0CA) is unknown color: approx Polo Blue. HEX triplet: 94, B0 and CA. RGB value is (148,176,202). Sum of RGB (Red+Green+Blue) = 148+176+202=526 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.14% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #94B0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B0CA is #6B4F35. Grayscale: #AAAAAA. Windows color (decimal): -7032630 or 13283476. OLE color: 13283476.

HSL color Cylindrical-coordinate representation of color #94B0CA: hue angle of 208.89º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94B0CA is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148176202-
CMYK0.270.1300.21
HSL208.89º33.75%68.63%-
HSV(B)208.89º26.73%79.22%-
XYZ38.441.6161.88-
YUV170.59145.72111.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.14%
GREEN value IS 176 (69.14% from 255) = 33.46%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=28.14%
G=33.46%
B=38.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481762020.270.1300.21208.8933.7568.63
Hex94B0CA1BD015d12245
Octal224260312331502532142105
Binary100101001011000011001010110111101010101110100011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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