#95B7DD

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

Shades of Polo Blue #95B7DD

Tints of Polo Blue #95B7DD

Color information

#95B7DD (or 0x95B7DD) is unknown color: approx Polo Blue. HEX triplet: 95, B7 and DD. RGB value is (149,183,221). Sum of RGB (Red+Green+Blue) = 149+183+221=553 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.94% from 553); Green value is 183 (71.88% from 255 or 33.09% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #95B7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B7DD is #6A4822. Grayscale: #B0B0B0. Windows color (decimal): -6965283 or 14530453. OLE color: 14530453.

HSL color Cylindrical-coordinate representation of color #95B7DD: hue angle of 211.67º 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 #95B7DD is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB149183221-
CMYK0.330.1700.13
HSL211.67º51.43%72.55%-
HSV(B)211.67º32.58%86.67%-
XYZ42.3845.4874.95-
YUV177.17152.74107.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.94%
GREEN value IS 183 (71.88% from 255) = 33.09%
BLUE value IS 221 (86.72% from 255) = 39.96%
R=26.94%
G=33.09%
B=39.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1491832210.330.1700.13211.6751.4372.55
Hex95B7DD21110Dd43349
Octal225267335412101532463111
Binary1001010110110111110111011000011000101101110101001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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