#95AED8

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

Shades of Polo Blue #95AED8

Tints of Polo Blue #95AED8

Color information

#95AED8 (or 0x95AED8) is unknown color: approx Polo Blue. HEX triplet: 95, AE and D8. RGB value is (149,174,216). Sum of RGB (Red+Green+Blue) = 149+174+216=539 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.64% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 216 - color contains mainly: blue. Hex color #95AED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AED8 is #6A5127. Grayscale: #ABABAB. Windows color (decimal): -6967592 or 14200469. OLE color: 14200469.

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

Color convert

RGB149174216-
CMYK0.310.1900.15
HSL217.61º46.21%71.57%-
HSV(B)217.61º31.02%84.71%-
XYZ39.9341.6270.89-
YUV171.31153.22112.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.64%
GREEN value IS 174 (68.36% from 255) = 32.28%
BLUE value IS 216 (84.77% from 255) = 40.07%
R=27.64%
G=32.28%
B=40.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1491742160.310.1900.15217.6146.2171.57
Hex95AED81F130Fda2e48
Octal225256330372301733256110
Binary100101011010111011011000111111001101111110110101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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