#95B5D7

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

Shades of Polo Blue #95B5D7

Tints of Polo Blue #95B5D7

Color information

#95B5D7 (or 0x95B5D7) is unknown color: approx Polo Blue. HEX triplet: 95, B5 and D7. RGB value is (149,181,215). Sum of RGB (Red+Green+Blue) = 149+181+215=545 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.34% from 545); Green value is 181 (71.09% from 255 or 33.21% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 215 - color contains mainly: blue. Hex color #95B5D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B5D7 is #6A4A28. Grayscale: #AFAFAF. Windows color (decimal): -6965801 or 14136725. OLE color: 14136725.

HSL color Cylindrical-coordinate representation of color #95B5D7: hue angle of 210.91º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95B5D7 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB149181215-
CMYK0.310.1600.16
HSL210.91º45.21%71.37%-
HSV(B)210.91º30.7%84.31%-
XYZ41.1844.3470.68-
YUV175.31150.4109.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.34%
GREEN value IS 181 (71.09% from 255) = 33.21%
BLUE value IS 215 (84.38% from 255) = 39.45%
R=27.34%
G=33.21%
B=39.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1491812150.310.1600.16210.9145.2171.37
Hex95B5D71F10010d32d47
Octal225265327372002032355107
Binary1001010110110101110101111111110000010000110100111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,181,215); }

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

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

 a { background-color: rgb(149,181,215); }

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

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

 span { border-color: rgb(149,181,215); }

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