#95AFD9

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

Shades of Polo Blue #95AFD9

Tints of Polo Blue #95AFD9

Color information

#95AFD9 (or 0x95AFD9) is unknown color: approx Polo Blue. HEX triplet: 95, AF and D9. RGB value is (149,175,217). Sum of RGB (Red+Green+Blue) = 149+175+217=541 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.54% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 217 - color contains mainly: blue. Hex color #95AFD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AFD9 is #6A5026. Grayscale: #ABABAB. Windows color (decimal): -6967335 or 14266261. OLE color: 14266261.

HSL color Cylindrical-coordinate representation of color #95AFD9: hue angle of 217.06º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95AFD9 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB149175217-
CMYK0.310.1900.15
HSL217.06º47.22%71.76%-
HSV(B)217.06º31.34%85.1%-
XYZ40.2542.0671.64-
YUV172.01153.39111.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.54%
GREEN value IS 175 (68.75% from 255) = 32.35%
BLUE value IS 217 (85.16% from 255) = 40.11%
R=27.54%
G=32.35%
B=40.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1491752170.310.1900.15217.0647.2271.76
Hex95AFD91F130Fd92f48
Octal225257331372301733157110
Binary100101011010111111011001111111001101111110110011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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