#95AACA

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

Shades of Polo Blue #95AACA

Tints of Polo Blue #95AACA

Color information

#95AACA (or 0x95AACA) is unknown color: approx Polo Blue. HEX triplet: 95, AA and CA. RGB value is (149,170,202). Sum of RGB (Red+Green+Blue) = 149+170+202=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #95AACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AACA is #6A5535. Grayscale: #A7A7A7. Windows color (decimal): -6968630 or 13281941. OLE color: 13281941.

HSL color Cylindrical-coordinate representation of color #95AACA: hue angle of 216.23º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95AACA is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB149170202-
CMYK0.260.1600.21
HSL216.23º33.33%68.82%-
HSV(B)216.23º26.24%79.22%-
XYZ37.4339.461.51-
YUV167.37147.54114.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.60%
GREEN value IS 170 (66.80% from 255) = 32.63%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=28.60%
G=32.63%
B=38.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491702020.260.1600.21216.2333.3368.82
Hex95AACA1A10015d82145
Octal225252312322002533041105
Binary1001010110101010110010101101010000010101110110001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95AACA; }

 p { color: rgb(149,170,202); }

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

<style>
 a { background-color: #95AACA; }

 a { background-color: rgb(149,170,202); }

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

<style>
 span { border-color: #95AACA; }

 span { border-color: rgb(149,170,202); }

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