#95ADD7

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

Shades of Polo Blue #95ADD7

Tints of Polo Blue #95ADD7

Color information

#95ADD7 (or 0x95ADD7) is unknown color: approx Polo Blue. HEX triplet: 95, AD and D7. RGB value is (149,173,215). Sum of RGB (Red+Green+Blue) = 149+173+215=537 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.75% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 215 (84.38% from 255 or 40.04% from 537); Max value from RGB is 215 - color contains mainly: blue. Hex color #95ADD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ADD7 is #6A5228. Grayscale: #AAAAAA. Windows color (decimal): -6967849 or 14134677. OLE color: 14134677.

HSL color Cylindrical-coordinate representation of color #95ADD7: hue angle of 218.18º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95ADD7 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB149173215-
CMYK0.310.2000.16
HSL218.18º45.21%71.37%-
HSV(B)218.18º30.7%84.31%-
XYZ39.641.1870.15-
YUV170.61153.05112.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.75%
GREEN value IS 173 (67.97% from 255) = 32.22%
BLUE value IS 215 (84.38% from 255) = 40.04%
R=27.75%
G=32.22%
B=40.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1491732150.310.2000.16218.1845.2171.37
Hex95ADD71F14010da2d47
Octal225255327372402033255107
Binary1001010110101101110101111111110100010000110110101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ADD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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