#95B7DE

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

Shades of Polo Blue #95B7DE

Tints of Polo Blue #95B7DE

Color information

#95B7DE (or 0x95B7DE) is unknown color: approx Polo Blue. HEX triplet: 95, B7 and DE. RGB value is (149,183,222). Sum of RGB (Red+Green+Blue) = 149+183+222=554 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.90% from 554); Green value is 183 (71.88% from 255 or 33.03% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #95B7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B7DE is #6A4821. Grayscale: #B1B1B1. Windows color (decimal): -6965282 or 14595989. OLE color: 14595989.

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

Color convert

RGB149183222-
CMYK0.330.1800.13
HSL212.05º52.52%72.75%-
HSV(B)212.05º32.88%87.06%-
XYZ42.5145.5375.65-
YUV177.28153.24107.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.90%
GREEN value IS 183 (71.88% from 255) = 33.03%
BLUE value IS 222 (87.11% from 255) = 40.07%
R=26.90%
G=33.03%
B=40.07%

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
Decimal1491832220.330.1800.13212.0552.5272.75
Hex95B7DE21120Dd43549
Octal225267336412201532465111
Binary1001010110110111110111101000011001001101110101001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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