#95ABD5

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

Shades of Polo Blue #95ABD5

Tints of Polo Blue #95ABD5

Color information

#95ABD5 (or 0x95ABD5) is unknown color: approx Polo Blue. HEX triplet: 95, AB and D5. RGB value is (149,171,213). Sum of RGB (Red+Green+Blue) = 149+171+213=533 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.95% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 213 - color contains mainly: blue. Hex color #95ABD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ABD5 is #6A542A. Grayscale: #A9A9A9. Windows color (decimal): -6968363 or 14003093. OLE color: 14003093.

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

Color convert

RGB149171213-
CMYK0.300.2000.16
HSL219.38º43.24%70.98%-
HSV(B)219.38º30.05%83.53%-
XYZ38.9740.3268.68-
YUV169.21152.71113.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.95%
GREEN value IS 171 (67.19% from 255) = 32.08%
BLUE value IS 213 (83.59% from 255) = 39.96%
R=27.95%
G=32.08%
B=39.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1491712130.300.2000.16219.3843.2470.98
Hex95ABD51E14010db2b47
Octal225253325362402033353107
Binary1001010110101011110101011111010100010000110110111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ABD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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