#96b1db

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

Shades of Polo Blue #96B1DB

Tints of Polo Blue #96B1DB

Color information

#96B1DB (or 0x96B1DB) is unknown color: approx Polo Blue. HEX triplet: 96, B1 and DB. RGB value is (150,177,219). Sum of RGB (Red+Green+Blue) = 150+177+219=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 177 (69.53% from 255 or 32.42% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #96B1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B1DB is #694E24. Grayscale: #ADADAD. Windows color (decimal): -6901285 or 14397846. OLE color: 14397846.

HSL color Cylindrical-coordinate representation of color #96B1DB: hue angle of 216.52º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96B1DB is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB150177219-
CMYK0.320.1900.14
HSL216.52º48.94%72.35%-
HSV(B)216.52º31.51%85.88%-
XYZ41.0943.0473.16-
YUV173.72153.55111.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.47%
GREEN value IS 177 (69.53% from 255) = 32.42%
BLUE value IS 219 (85.94% from 255) = 40.11%
R=27.47%
G=32.42%
B=40.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1501772190.320.1900.14216.5248.9472.35
Hex96B1DB20130Ed93148
Octal226261333402301633161110
Binary1001011010110001110110111000001001101110110110011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96b1db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,177,219); }

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

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

 a { background-color: rgb(150,177,219); }

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

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

 span { border-color: rgb(150,177,219); }

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