#96B6CD

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

Shades of Polo Blue #96B6CD

Tints of Polo Blue #96B6CD

Color information

#96B6CD (or 0x96B6CD) is unknown color: approx Polo Blue. HEX triplet: 96, B6 and CD. RGB value is (150,182,205). Sum of RGB (Red+Green+Blue) = 150+182+205=537 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.93% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #96B6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B6CD is #694932. Grayscale: #AEAEAE. Windows color (decimal): -6900019 or 13481622. OLE color: 13481622.

HSL color Cylindrical-coordinate representation of color #96B6CD: hue angle of 205.09º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96B6CD is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150182205-
CMYK0.270.1100.20
HSL205.09º35.48%69.61%-
HSV(B)205.09º26.83%80.39%-
XYZ40.3344.3564.19-
YUV175.05144.9110.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.93%
GREEN value IS 182 (71.48% from 255) = 33.89%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=27.93%
G=33.89%
B=38.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501822050.270.1100.20205.0935.4869.61
Hex96B6CD1BB014cd2346
Octal226266315331302431543106
Binary100101101011011011001101110111011010100110011011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,182,205); }

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

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

 a { background-color: rgb(150,182,205); }

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

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

 span { border-color: rgb(150,182,205); }

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