#95B1D0

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

Shades of Polo Blue #95B1D0

Tints of Polo Blue #95B1D0

Color information

#95B1D0 (or 0x95B1D0) is unknown color: approx Polo Blue. HEX triplet: 95, B1 and D0. RGB value is (149,177,208). Sum of RGB (Red+Green+Blue) = 149+177+208=534 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.90% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 208 - color contains mainly: blue. Hex color #95B1D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95B1D0 is #6A4E2F. Grayscale: #ACACAC. Windows color (decimal): -6966832 or 13676949. OLE color: 13676949.

HSL color Cylindrical-coordinate representation of color #95B1D0: hue angle of 211.53º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95B1D0 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB149177208-
CMYK0.280.1500.18
HSL211.53º38.56%70%-
HSV(B)211.53º28.37%81.57%-
XYZ39.542.3965.77-
YUV172.16148.22111.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.90%
GREEN value IS 177 (69.53% from 255) = 33.15%
BLUE value IS 208 (81.64% from 255) = 38.95%
R=27.90%
G=33.15%
B=38.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1491772080.280.1500.18211.5338.5670
Hex95B1D01CF012d42746
Octal225261320341702232447106
Binary100101011011000111010000111001111010010110101001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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