#95ADD8

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

Shades of Polo Blue #95ADD8

Tints of Polo Blue #95ADD8

Color information

#95ADD8 (or 0x95ADD8) is unknown color: approx Polo Blue. HEX triplet: 95, AD and D8. RGB value is (149,173,216). Sum of RGB (Red+Green+Blue) = 149+173+216=538 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.70% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 216 - color contains mainly: blue. Hex color #95ADD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ADD8 is #6A5227. Grayscale: #AAAAAA. Windows color (decimal): -6967848 or 14200213. OLE color: 14200213.

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

Color convert

RGB149173216-
CMYK0.310.2000.15
HSL218.51º46.21%71.57%-
HSV(B)218.51º31.02%84.71%-
XYZ39.7341.2370.83-
YUV170.73153.55112.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.70%
GREEN value IS 173 (67.97% from 255) = 32.16%
BLUE value IS 216 (84.77% from 255) = 40.15%
R=27.70%
G=32.16%
B=40.15%

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
Decimal1491732160.310.2000.15218.5146.2171.57
Hex95ADD81F140Fdb2e48
Octal225255330372401733356110
Binary100101011010110111011000111111010001111110110111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ADD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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