#95ACD5

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

Shades of Polo Blue #95ACD5

Tints of Polo Blue #95ACD5

Color information

#95ACD5 (or 0x95ACD5) is unknown color: approx Polo Blue. HEX triplet: 95, AC and D5. RGB value is (149,172,213). Sum of RGB (Red+Green+Blue) = 149+172+213=534 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.90% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 213 - color contains mainly: blue. Hex color #95ACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ACD5 is #6A532A. Grayscale: #A9A9A9. Windows color (decimal): -6968107 or 14003349. OLE color: 14003349.

HSL color Cylindrical-coordinate representation of color #95ACD5: hue angle of 218.44º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95ACD5 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB149172213-
CMYK0.300.1900.16
HSL218.44º43.24%70.98%-
HSV(B)218.44º30.05%83.53%-
XYZ39.1640.768.74-
YUV169.8152.38113.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.90%
GREEN value IS 172 (67.58% from 255) = 32.21%
BLUE value IS 213 (83.59% from 255) = 39.89%
R=27.90%
G=32.21%
B=39.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1491722130.300.1900.16218.4443.2470.98
Hex95ACD51E13010da2b47
Octal225254325362302033253107
Binary1001010110101100110101011111010011010000110110101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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