#95B1DE

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

Shades of Polo Blue #95B1DE

Tints of Polo Blue #95B1DE

Color information

#95B1DE (or 0x95B1DE) is unknown color: approx Polo Blue. HEX triplet: 95, B1 and DE. RGB value is (149,177,222). Sum of RGB (Red+Green+Blue) = 149+177+222=548 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.19% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #95B1DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95B1DE is #6A4E21. Grayscale: #ADADAD. Windows color (decimal): -6966818 or 14594453. OLE color: 14594453.

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

Color convert

RGB149177222-
CMYK0.330.2000.13
HSL216.99º52.52%72.75%-
HSV(B)216.99º32.88%87.06%-
XYZ41.343.1175.25-
YUV173.76155.22110.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.19%
GREEN value IS 177 (69.53% from 255) = 32.30%
BLUE value IS 222 (87.11% from 255) = 40.51%
R=27.19%
G=32.30%
B=40.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1491772220.330.2000.13216.9952.5272.75
Hex95B1DE21140Dd93549
Octal225261336412401533165111
Binary1001010110110001110111101000011010001101110110011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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