#95AED1

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

Shades of Polo Blue #95AED1

Tints of Polo Blue #95AED1

Color information

#95AED1 (or 0x95AED1) is unknown color: approx Polo Blue. HEX triplet: 95, AE and D1. RGB value is (149,174,209). Sum of RGB (Red+Green+Blue) = 149+174+209=532 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.01% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 209 - color contains mainly: blue. Hex color #95AED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AED1 is #6A512E. Grayscale: #AAAAAA. Windows color (decimal): -6967599 or 13741717. OLE color: 13741717.

HSL color Cylindrical-coordinate representation of color #95AED1: hue angle of 215º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95AED1 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB149174209-
CMYK0.290.1700.18
HSL215º39.47%70.2%-
HSV(B)215º28.71%81.96%-
XYZ39.0441.2766.23-
YUV170.52149.72112.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.01%
GREEN value IS 174 (68.36% from 255) = 32.71%
BLUE value IS 209 (82.03% from 255) = 39.29%
R=28.01%
G=32.71%
B=39.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1491742090.290.1700.1821539.4770.2
Hex95AED11D11012d72746
Octal225256321352102232747106
Binary1001010110101110110100011110110001010010110101111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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