#94B1CA

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

Shades of Polo Blue #94B1CA

Tints of Polo Blue #94B1CA

Color information

#94B1CA (or 0x94B1CA) is unknown color: approx Polo Blue. HEX triplet: 94, B1 and CA. RGB value is (148,177,202). Sum of RGB (Red+Green+Blue) = 148+177+202=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #94B1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B1CA is #6B4E35. Grayscale: #ABABAB. Windows color (decimal): -7032374 or 13283732. OLE color: 13283732.

HSL color Cylindrical-coordinate representation of color #94B1CA: hue angle of 207.78º 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 #94B1CA is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148177202-
CMYK0.270.1200.21
HSL207.78º33.75%68.63%-
HSV(B)207.78º26.73%79.22%-
XYZ38.64261.95-
YUV171.18145.39111.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.08%
GREEN value IS 177 (69.53% from 255) = 33.59%
BLUE value IS 202 (79.30% from 255) = 38.33%
R=28.08%
G=33.59%
B=38.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481772020.270.1200.21207.7833.7568.63
Hex94B1CA1BC015d02245
Octal224261312331402532042105
Binary100101001011000111001010110111100010101110100001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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