#95AECD

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

Shades of Polo Blue #95AECD

Tints of Polo Blue #95AECD

Color information

#95AECD (or 0x95AECD) is unknown color: approx Polo Blue. HEX triplet: 95, AE and CD. RGB value is (149,174,205). Sum of RGB (Red+Green+Blue) = 149+174+205=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #95AECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AECD is #6A5132. Grayscale: #A9A9A9. Windows color (decimal): -6967603 or 13479573. OLE color: 13479573.

HSL color Cylindrical-coordinate representation of color #95AECD: hue angle of 213.21º degrees, saturation: 0.36, 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 #95AECD is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB149174205-
CMYK0.270.1500.20
HSL213.21º35.9%69.41%-
HSV(B)213.21º27.32%80.39%-
XYZ38.5541.0763.65-
YUV170.06147.72112.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.22%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=28.22%
G=32.95%
B=38.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491742050.270.1500.20213.2135.969.41
Hex95AECD1BF014d52445
Octal225256315331702432544105
Binary100101011010111011001101110111111010100110101011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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