#95B0D9

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

Shades of Polo Blue #95B0D9

Tints of Polo Blue #95B0D9

Color information

#95B0D9 (or 0x95B0D9) is unknown color: approx Polo Blue. HEX triplet: 95, B0 and D9. RGB value is (149,176,217). Sum of RGB (Red+Green+Blue) = 149+176+217=542 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.49% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 217 - color contains mainly: blue. Hex color #95B0D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95B0D9 is #6A4F26. Grayscale: #ACACAC. Windows color (decimal): -6967079 or 14266517. OLE color: 14266517.

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

Color convert

RGB149176217-
CMYK0.310.1900.15
HSL216.18º47.22%71.76%-
HSV(B)216.18º31.34%85.1%-
XYZ40.4442.4571.71-
YUV172.6153.05111.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.49%
GREEN value IS 176 (69.14% from 255) = 32.47%
BLUE value IS 217 (85.16% from 255) = 40.04%
R=27.49%
G=32.47%
B=40.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1491762170.310.1900.15216.1847.2271.76
Hex95B0D91F130Fd82f48
Octal225260331372301733057110
Binary100101011011000011011001111111001101111110110001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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