#94ABCC

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

Shades of Polo Blue #94ABCC

Tints of Polo Blue #94ABCC

Color information

#94ABCC (or 0x94ABCC) is unknown color: approx Polo Blue. HEX triplet: 94, AB and CC. RGB value is (148,171,204). Sum of RGB (Red+Green+Blue) = 148+171+204=523 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.30% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #94ABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ABCC is #6B5433. Grayscale: #A7A7A7. Windows color (decimal): -7033908 or 13413268. OLE color: 13413268.

HSL color Cylindrical-coordinate representation of color #94ABCC: hue angle of 215.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 #94ABCC is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB148171204-
CMYK0.270.1600.2
HSL215.36º35.44%69.02%-
HSV(B)215.36º27.45%80%-
XYZ37.6739.7862.82-
YUV167.88148.38113.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.30%
GREEN value IS 171 (67.19% from 255) = 32.70%
BLUE value IS 204 (80.08% from 255) = 39.01%
R=28.30%
G=32.70%
B=39.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1481712040.270.1600.2215.3635.4469.02
Hex94ABCC1B10014d72345
Octal224253314332002432743105
Binary1001010010101011110011001101110000010100110101111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,171,204); }

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

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

 a { background-color: rgb(148,171,204); }

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

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

 span { border-color: rgb(148,171,204); }

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