#95AED7

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

Shades of Polo Blue #95AED7

Tints of Polo Blue #95AED7

Color information

#95AED7 (or 0x95AED7) is unknown color: approx Polo Blue. HEX triplet: 95, AE and D7. RGB value is (149,174,215). Sum of RGB (Red+Green+Blue) = 149+174+215=538 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.70% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 215 (84.38% from 255 or 39.96% from 538); Max value from RGB is 215 - color contains mainly: blue. Hex color #95AED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AED7 is #6A5128. Grayscale: #ABABAB. Windows color (decimal): -6967593 or 14134933. OLE color: 14134933.

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

Color convert

RGB149174215-
CMYK0.310.1900.16
HSL217.27º45.21%71.37%-
HSV(B)217.27º30.7%84.31%-
XYZ39.841.5770.22-
YUV171.2152.72112.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.70%
GREEN value IS 174 (68.36% from 255) = 32.34%
BLUE value IS 215 (84.38% from 255) = 39.96%
R=27.70%
G=32.34%
B=39.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1491742150.310.1900.16217.2745.2171.37
Hex95AED71F13010d92d47
Octal225256327372302033155107
Binary1001010110101110110101111111110011010000110110011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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