#96B2CD

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

Shades of Polo Blue #96B2CD

Tints of Polo Blue #96B2CD

Color information

#96B2CD (or 0x96B2CD) is unknown color: approx Polo Blue. HEX triplet: 96, B2 and CD. RGB value is (150,178,205). Sum of RGB (Red+Green+Blue) = 150+178+205=533 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.14% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #96B2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B2CD is #694D32. Grayscale: #ACACAC. Windows color (decimal): -6901043 or 13480598. OLE color: 13480598.

HSL color Cylindrical-coordinate representation of color #96B2CD: hue angle of 209.45º 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 #96B2CD is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150178205-
CMYK0.270.1300.20
HSL209.45º35.48%69.61%-
HSV(B)209.45º26.83%80.39%-
XYZ39.5242.7363.92-
YUV172.71146.22111.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.14%
GREEN value IS 178 (69.92% from 255) = 33.40%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=28.14%
G=33.40%
B=38.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501782050.270.1300.20209.4535.4869.61
Hex96B2CD1BD014d12346
Octal226262315331502432143106
Binary100101101011001011001101110111101010100110100011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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