#95ABD0

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

Shades of Polo Blue #95ABD0

Tints of Polo Blue #95ABD0

Color information

#95ABD0 (or 0x95ABD0) is unknown color: approx Polo Blue. HEX triplet: 95, AB and D0. RGB value is (149,171,208). Sum of RGB (Red+Green+Blue) = 149+171+208=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 208 - color contains mainly: blue. Hex color #95ABD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ABD0 is #6A542F. Grayscale: #A8A8A8. Windows color (decimal): -6968368 or 13675413. OLE color: 13675413.

HSL color Cylindrical-coordinate representation of color #95ABD0: hue angle of 217.63º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95ABD0 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB149171208-
CMYK0.280.1800.18
HSL217.63º38.56%70%-
HSV(B)217.63º28.37%81.57%-
XYZ38.3440.0765.39-
YUV168.64150.21113.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.22%
GREEN value IS 171 (67.19% from 255) = 32.39%
BLUE value IS 208 (81.64% from 255) = 39.39%
R=28.22%
G=32.39%
B=39.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1491712080.280.1800.18217.6338.5670
Hex95ABD01C12012da2746
Octal225253320342202233247106
Binary1001010110101011110100001110010010010010110110101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ABD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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