#96B0CA

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

Shades of Polo Blue #96B0CA

Tints of Polo Blue #96B0CA

Color information

#96B0CA (or 0x96B0CA) is unknown color: approx Polo Blue. HEX triplet: 96, B0 and CA. RGB value is (150,176,202). Sum of RGB (Red+Green+Blue) = 150+176+202=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #96B0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B0CA is #694F35. Grayscale: #ABABAB. Windows color (decimal): -6901558 or 13283478. OLE color: 13283478.

HSL color Cylindrical-coordinate representation of color #96B0CA: hue angle of 210º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96B0CA is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB150176202-
CMYK0.260.1300.21
HSL210º32.91%69.02%-
HSV(B)210º25.74%79.22%-
XYZ38.7641.861.9-
YUV171.19145.39112.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.41%
GREEN value IS 176 (69.14% from 255) = 33.33%
BLUE value IS 202 (79.30% from 255) = 38.26%
R=28.41%
G=33.33%
B=38.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501762020.260.1300.2121032.9169.02
Hex96B0CA1AD015d22145
Octal226260312321502532241105
Binary100101101011000011001010110101101010101110100101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,176,202); }

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

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

 a { background-color: rgb(150,176,202); }

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

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

 span { border-color: rgb(150,176,202); }

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