Html Css Color HEX #96AAC6 Polo Blue

📋 copy color: '#96AAC6'

red 150 ◦ green 170 ◦ blue 198

#96AAC6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #96AAC6

Tints of Polo Blue #96AAC6

RGB

 RED value IS 150 (58.98% from 255) = 28.96%

 GREEN value IS 170 (66.8% from 255) = 32.82%

 BLUE value IS 198 (77.73% from 255) = 38.22%

R = 28.96%
G = 32.82%
B = 38.22%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#96AAC6 (or 0x96AAC6) is known color: Polo Blue. HEX triplet: 96, AA and C6. RGB value is (150,170,198). Sum of RGB (Red+Green+Blue) = 150+170+198=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 198 - color contains mainly: blue. Hex color #96AAC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AAC6 is #695539. Grayscale: #A7A7A7. Windows color (decimal): -6903098 or 13019798. OLE color: 13019798.

HSL color Cylindrical-coordinate representation of color #96AAC6: hue angle of 215º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96AAC6 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 170 198 -
CMYK 0.24 0.14 0 0.22
HSL 215º 0.3% 0.68% -
HSV(B) 215º 0.24% 0.78% -
XYZ 37.15 39.31 59.06 -
YUV 167.21 145.37 115.72 -
System Red Green Blue C M Y K H S L
Decimal 150 170 198 0.24 0.14 0 0.22 215 0.3 0.68
Hex 96 AA C6 18 E 0 16 D7 1E 44
Octal 226 252 306 30 16 0 26 327 36 104
Binary 10010110 10101010 11000110 11000 1110 0 10110 11010111 11110 1000100

Color Harmonies of #96AAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AAC6

Black with #96AAC6

Text Example


Text Example

White with #96AAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,170,198); }

 H1.HeaderClassName
 {
   color: #96AAC6;
 }
 .AnyTagClassName
 {
   color: #96AAC6;
 }
</style>

background-color css

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

 a { background-color: rgb(150,170,198); }

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

border-color css

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

 span { border-color: rgb(150,170,198); }

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