#96ACCD

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

Shades of Polo Blue #96ACCD

Tints of Polo Blue #96ACCD

Color information

#96ACCD (or 0x96ACCD) is unknown color: approx Polo Blue. HEX triplet: 96, AC and CD. RGB value is (150,172,205). Sum of RGB (Red+Green+Blue) = 150+172+205=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #96ACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ACCD is #695332. Grayscale: #A9A9A9. Windows color (decimal): -6902579 or 13479062. OLE color: 13479062.

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

Color convert

RGB150172205-
CMYK0.270.1600.20
HSL216º35.48%69.61%-
HSV(B)216º26.83%80.39%-
XYZ38.3540.463.53-
YUV169.18148.21114.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.46%
GREEN value IS 172 (67.58% from 255) = 32.64%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=28.46%
G=32.64%
B=38.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501722050.270.1600.2021635.4869.61
Hex96ACCD1B10014d82346
Octal226254315332002433043106
Binary1001011010101100110011011101110000010100110110001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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