#94A6CB

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

Shades of Polo Blue #94A6CB

Tints of Polo Blue #94A6CB

Color information

#94A6CB (or 0x94A6CB) is unknown color: approx Polo Blue. HEX triplet: 94, A6 and CB. RGB value is (148,166,203). Sum of RGB (Red+Green+Blue) = 148+166+203=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #94A6CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A6CB is #6B5934. Grayscale: #A4A4A4. Windows color (decimal): -7035189 or 13346452. OLE color: 13346452.

HSL color Cylindrical-coordinate representation of color #94A6CB: hue angle of 220.36º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94A6CB is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB148166203-
CMYK0.270.1800.20
HSL220.36º34.59%68.82%-
HSV(B)220.36º27.09%79.61%-
XYZ36.6337.8861.88-
YUV164.84149.54115.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.63%
GREEN value IS 166 (65.23% from 255) = 32.11%
BLUE value IS 203 (79.69% from 255) = 39.26%
R=28.63%
G=32.11%
B=39.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481662030.270.1800.20220.3634.5968.82
Hex94A6CB1B12014dc2345
Octal224246313332202433443105
Binary1001010010100110110010111101110010010100110111001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,166,203); }

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

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

 a { background-color: rgb(148,166,203); }

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

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

 span { border-color: rgb(148,166,203); }

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