#96BAD1

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

Shades of Polo Blue #96BAD1

Tints of Polo Blue #96BAD1

Color information

#96BAD1 (or 0x96BAD1) is unknown color: approx Polo Blue. HEX triplet: 96, BA and D1. RGB value is (150,186,209). Sum of RGB (Red+Green+Blue) = 150+186+209=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 209 (82.03% from 255 or 38.35% from 545); Max value from RGB is 209 - color contains mainly: blue. Hex color #96BAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BAD1 is #69452E. Grayscale: #B1B1B1. Windows color (decimal): -6898991 or 13744790. OLE color: 13744790.

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

Color convert

RGB150186209-
CMYK0.280.1100.18
HSL203.39º39.07%70.39%-
HSV(B)203.39º28.23%81.96%-
XYZ41.6546.2167.05-
YUV177.86145.57108.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.52%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 209 (82.03% from 255) = 38.35%
R=27.52%
G=34.13%
B=38.35%

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
Decimal1501862090.280.1100.18203.3939.0770.39
Hex96BAD11CB012cb2746
Octal226272321341302231347106
Binary100101101011101011010001111001011010010110010111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96BAD1; }

 p { color: rgb(150,186,209); }

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

<style>
 a { background-color: #96BAD1; }

 a { background-color: rgb(150,186,209); }

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

<style>
 span { border-color: #96BAD1; }

 span { border-color: rgb(150,186,209); }

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