#95B6DD

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

Shades of Polo Blue #95B6DD

Tints of Polo Blue #95B6DD

Color information

#95B6DD (or 0x95B6DD) is unknown color: approx Polo Blue. HEX triplet: 95, B6 and DD. RGB value is (149,182,221). Sum of RGB (Red+Green+Blue) = 149+182+221=552 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.99% from 552); Green value is 182 (71.48% from 255 or 32.97% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #95B6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B6DD is #6A4922. Grayscale: #B0B0B0. Windows color (decimal): -6965539 or 14530197. OLE color: 14530197.

HSL color Cylindrical-coordinate representation of color #95B6DD: hue angle of 212.5º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95B6DD is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB149182221-
CMYK0.330.1800.13
HSL212.5º51.43%72.55%-
HSV(B)212.5º32.58%86.67%-
XYZ42.1745.0774.88-
YUV176.58153.07108.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.99%
GREEN value IS 182 (71.48% from 255) = 32.97%
BLUE value IS 221 (86.72% from 255) = 40.04%
R=26.99%
G=32.97%
B=40.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1491822210.330.1800.13212.551.4372.55
Hex95B6DD21120Dd43349
Octal225266335412201532463111
Binary1001010110110110110111011000011001001101110101001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,182,221); }

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

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

 a { background-color: rgb(149,182,221); }

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

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

 span { border-color: rgb(149,182,221); }

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