Html Css Color HEX #96ABC4 Polo Blue

📋 copy color: '#96ABC4'

red 150 ◦ green 171 ◦ blue 196

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

Shades of Polo Blue #96ABC4

Tints of Polo Blue #96ABC4

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.08%

 BLUE value IS 196 (76.95% from 255) = 37.91%

R = 29.01%
G = 33.08%
B = 37.91%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#96ABC4 (or 0x96ABC4) is known color: Polo Blue. HEX triplet: 96, AB and C4. RGB value is (150,171,196). Sum of RGB (Red+Green+Blue) = 150+171+196=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 196 (76.95% from 255 or 37.91% from 517); Max value from RGB is 196 - color contains mainly: blue. Hex color #96ABC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ABC4 is #69543B. Grayscale: #A7A7A7. Windows color (decimal): -6902844 or 12888982. OLE color: 12888982.

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

Color convert

RGB 150 171 196 -
CMYK 0.23 0.13 0 0.23
HSL 212.61º 0.28% 0.68% -
HSV(B) 212.61º 0.23% 0.77% -
XYZ 37.1 39.6 57.91 -
YUV 167.57 144.04 115.47 -
System Red Green Blue C M Y K H S L
Decimal 150 171 196 0.23 0.13 0 0.23 212.61 0.28 0.68
Hex 96 AB C4 17 D 0 17 D5 1C 44
Octal 226 253 304 27 15 0 27 325 34 104
Binary 10010110 10101011 11000100 10111 1101 0 10111 11010101 11100 1000100

Color Harmonies of #96ABC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ABC4

Black with #96ABC4

Text Example


Text Example

White with #96ABC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,171,196); }

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

background-color css

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

 a { background-color: rgb(150,171,196); }

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

border-color css

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

 span { border-color: rgb(150,171,196); }

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