#95BAD2

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

Shades of Polo Blue #95BAD2

Tints of Polo Blue #95BAD2

Color information

#95BAD2 (or 0x95BAD2) is unknown color: approx Polo Blue. HEX triplet: 95, BA and D2. RGB value is (149,186,210). Sum of RGB (Red+Green+Blue) = 149+186+210=545 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.34% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 210 (82.42% from 255 or 38.53% from 545); Max value from RGB is 210 - color contains mainly: blue. Hex color #95BAD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BAD2 is #6A452D. Grayscale: #B1B1B1. Windows color (decimal): -6964526 or 13810325. OLE color: 13810325.

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

Color convert

RGB149186210-
CMYK0.290.1100.18
HSL203.61º40.4%70.39%-
HSV(B)203.61º29.05%82.35%-
XYZ41.5946.1667.69-
YUV177.67146.24107.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.34%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 210 (82.42% from 255) = 38.53%
R=27.34%
G=34.13%
B=38.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1491862100.290.1100.18203.6140.470.39
Hex95BAD21DB012cc2846
Octal225272322351302231450106
Binary100101011011101011010010111011011010010110011001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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