#95ADD9

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

Shades of Polo Blue #95ADD9

Tints of Polo Blue #95ADD9

Color information

#95ADD9 (or 0x95ADD9) is unknown color: approx Polo Blue. HEX triplet: 95, AD and D9. RGB value is (149,173,217). Sum of RGB (Red+Green+Blue) = 149+173+217=539 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.64% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 217 - color contains mainly: blue. Hex color #95ADD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ADD9 is #6A5226. Grayscale: #AAAAAA. Windows color (decimal): -6967847 or 14265749. OLE color: 14265749.

HSL color Cylindrical-coordinate representation of color #95ADD9: hue angle of 218.82º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95ADD9 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB149173217-
CMYK0.310.2000.15
HSL218.82º47.22%71.76%-
HSV(B)218.82º31.34%85.1%-
XYZ39.8641.2971.51-
YUV170.84154.05112.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.64%
GREEN value IS 173 (67.97% from 255) = 32.10%
BLUE value IS 217 (85.16% from 255) = 40.26%
R=27.64%
G=32.10%
B=40.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1491732170.310.2000.15218.8247.2271.76
Hex95ADD91F140Fdb2f48
Octal225255331372401733357110
Binary100101011010110111011001111111010001111110110111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ADD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,173,217); }

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

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

 a { background-color: rgb(149,173,217); }

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

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

 span { border-color: rgb(149,173,217); }

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