#95ACC7

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

Shades of Polo Blue #95ACC7

Tints of Polo Blue #95ACC7

Color information

#95ACC7 (or 0x95ACC7) is unknown color: approx Polo Blue. HEX triplet: 95, AC and C7. RGB value is (149,172,199). Sum of RGB (Red+Green+Blue) = 149+172+199=520 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.65% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 199 (78.12% from 255 or 38.27% from 520); Max value from RGB is 199 - color contains mainly: blue. Hex color #95ACC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ACC7 is #6A5338. Grayscale: #A8A8A8. Windows color (decimal): -6968121 or 13085845. OLE color: 13085845.

HSL color Cylindrical-coordinate representation of color #95ACC7: hue angle of 212.4º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95ACC7 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB149172199-
CMYK0.250.1400.22
HSL212.4º30.86%68.24%-
HSV(B)212.4º25.13%78.04%-
XYZ37.4640.0259.78-
YUV168.2145.38114.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.65%
GREEN value IS 172 (67.58% from 255) = 33.08%
BLUE value IS 199 (78.12% from 255) = 38.27%
R=28.65%
G=33.08%
B=38.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491721990.250.1400.22212.430.8668.24
Hex95ACC719E016d41f44
Octal225254307311602632437104
Binary10010101101011001100011111001111001011011010100111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ACC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,172,199); }

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

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

 a { background-color: rgb(149,172,199); }

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

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

 span { border-color: rgb(149,172,199); }

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