#96AFC8

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

Shades of Polo Blue #96AFC8

Tints of Polo Blue #96AFC8

Color information

#96AFC8 (or 0x96AFC8) is unknown color: approx Polo Blue. HEX triplet: 96, AF and C8. RGB value is (150,175,200). Sum of RGB (Red+Green+Blue) = 150+175+200=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 200 - color contains mainly: blue. Hex color #96AFC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AFC8 is #695037. Grayscale: #AAAAAA. Windows color (decimal): -6901816 or 13152150. OLE color: 13152150.

HSL color Cylindrical-coordinate representation of color #96AFC8: hue angle of 210º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96AFC8 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB150175200-
CMYK0.250.1200.22
HSL210º31.25%68.63%-
HSV(B)210º25%78.43%-
XYZ38.3341.3160.6-
YUV170.38144.72113.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.57%
GREEN value IS 175 (68.75% from 255) = 33.33%
BLUE value IS 200 (78.52% from 255) = 38.10%
R=28.57%
G=33.33%
B=38.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1501752000.250.1200.2221031.2568.63
Hex96AFC819C016d21f45
Octal226257310311402632237105
Binary10010110101011111100100011001110001011011010010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,175,200); }

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

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

 a { background-color: rgb(150,175,200); }

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

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

 span { border-color: rgb(150,175,200); }

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