Html Css Color HEX #96ACC5 Polo Blue

📋 copy color: '#96ACC5'

red 150 ◦ green 172 ◦ blue 197

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

Shades of Polo Blue #96ACC5

Tints of Polo Blue #96ACC5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.14%

 BLUE value IS 197 (77.34% from 255) = 37.96%

R = 28.9%
G = 33.14%
B = 37.96%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#96ACC5 (or 0x96ACC5) is known color: Polo Blue. HEX triplet: 96, AC and C5. RGB value is (150,172,197). Sum of RGB (Red+Green+Blue) = 150+172+197=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 197 - color contains mainly: blue. Hex color #96ACC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ACC5 is #69533A. Grayscale: #A8A8A8. Windows color (decimal): -6902587 or 12954774. OLE color: 12954774.

HSL color Cylindrical-coordinate representation of color #96ACC5: hue angle of 211.91º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96ACC5 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 150 172 197 -
CMYK 0.24 0.13 0 0.23
HSL 211.91º 0.29% 0.68% -
HSV(B) 211.91º 0.24% 0.77% -
XYZ 37.41 40.02 58.58 -
YUV 168.27 144.21 114.97 -
System Red Green Blue C M Y K H S L
Decimal 150 172 197 0.24 0.13 0 0.23 211.91 0.29 0.68
Hex 96 AC C5 18 D 0 17 D4 1D 44
Octal 226 254 305 30 15 0 27 324 35 104
Binary 10010110 10101100 11000101 11000 1101 0 10111 11010100 11101 1000100

Color Harmonies of #96ACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ACC5

Black with #96ACC5

Text Example


Text Example

White with #96ACC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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