#95AECA

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

Shades of Polo Blue #95AECA

Tints of Polo Blue #95AECA

Color information

#95AECA (or 0x95AECA) is unknown color: approx Polo Blue. HEX triplet: 95, AE and CA. RGB value is (149,174,202). Sum of RGB (Red+Green+Blue) = 149+174+202=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #95AECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AECA is #6A5135. Grayscale: #A9A9A9. Windows color (decimal): -6967606 or 13282965. OLE color: 13282965.

HSL color Cylindrical-coordinate representation of color #95AECA: hue angle of 211.7º 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 #95AECA is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB149174202-
CMYK0.260.1400.21
HSL211.7º33.33%68.82%-
HSV(B)211.7º26.24%79.22%-
XYZ38.1940.9361.76-
YUV169.72146.22113.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.38%
GREEN value IS 174 (68.36% from 255) = 33.14%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=28.38%
G=33.14%
B=38.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491742020.260.1400.21211.733.3368.82
Hex95AECA1AE015d42145
Octal225256312321602532441105
Binary100101011010111011001010110101110010101110101001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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