#95AFD1

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

Shades of Polo Blue #95AFD1

Tints of Polo Blue #95AFD1

Color information

#95AFD1 (or 0x95AFD1) is unknown color: approx Polo Blue. HEX triplet: 95, AF and D1. RGB value is (149,175,209). Sum of RGB (Red+Green+Blue) = 149+175+209=533 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.95% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 209 - color contains mainly: blue. Hex color #95AFD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AFD1 is #6A502E. Grayscale: #AAAAAA. Windows color (decimal): -6967343 or 13741973. OLE color: 13741973.

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

Color convert

RGB149175209-
CMYK0.290.1600.18
HSL214º39.47%70.2%-
HSV(B)214º28.71%81.96%-
XYZ39.2341.6566.29-
YUV171.1149.39112.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.95%
GREEN value IS 175 (68.75% from 255) = 32.83%
BLUE value IS 209 (82.03% from 255) = 39.21%
R=27.95%
G=32.83%
B=39.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1491752090.290.1600.1821439.4770.2
Hex95AFD11D10012d62746
Octal225257321352002232647106
Binary1001010110101111110100011110110000010010110101101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,175,209); }

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

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

 a { background-color: rgb(149,175,209); }

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

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

 span { border-color: rgb(149,175,209); }

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