#95BAD0

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

Shades of Polo Blue #95BAD0

Tints of Polo Blue #95BAD0

Color information

#95BAD0 (or 0x95BAD0) is unknown color: approx Polo Blue. HEX triplet: 95, BA and D0. RGB value is (149,186,208). Sum of RGB (Red+Green+Blue) = 149+186+208=543 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.44% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 208 - color contains mainly: blue. Hex color #95BAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BAD0 is #6A452F. Grayscale: #B1B1B1. Windows color (decimal): -6964528 or 13679253. OLE color: 13679253.

HSL color Cylindrical-coordinate representation of color #95BAD0: hue angle of 202.37º 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 #95BAD0 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB149186208-
CMYK0.280.1100.18
HSL202.37º38.56%70%-
HSV(B)202.37º28.37%81.57%-
XYZ41.3446.0666.39-
YUV177.44145.24107.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.44%
GREEN value IS 186 (73.05% from 255) = 34.25%
BLUE value IS 208 (81.64% from 255) = 38.31%
R=27.44%
G=34.25%
B=38.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1491862080.280.1100.18202.3738.5670
Hex95BAD01CB012ca2746
Octal225272320341302231247106
Binary100101011011101011010000111001011010010110010101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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