#95B9D9

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

Shades of Polo Blue #95B9D9

Tints of Polo Blue #95B9D9

Color information

#95B9D9 (or 0x95B9D9) is unknown color: approx Polo Blue. HEX triplet: 95, B9 and D9. RGB value is (149,185,217). Sum of RGB (Red+Green+Blue) = 149+185+217=551 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.04% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 217 (85.16% from 255 or 39.38% from 551); Max value from RGB is 217 - color contains mainly: blue. Hex color #95B9D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B9D9 is #6A4626. Grayscale: #B1B1B1. Windows color (decimal): -6964775 or 14268821. OLE color: 14268821.

HSL color Cylindrical-coordinate representation of color #95B9D9: hue angle of 208.24º 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 #95B9D9 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB149185217-
CMYK0.310.1500.15
HSL208.24º47.22%71.76%-
HSV(B)208.24º31.34%85.1%-
XYZ42.2746.172.32-
YUV177.88150.07107.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.04%
GREEN value IS 185 (72.66% from 255) = 33.58%
BLUE value IS 217 (85.16% from 255) = 39.38%
R=27.04%
G=33.58%
B=39.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1491852170.310.1500.15208.2447.2271.76
Hex95B9D91FF0Fd02f48
Octal225271331371701732057110
Binary10010101101110011101100111111111101111110100001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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