Html Css Color HEX #96AACB Polo Blue

📋 copy color: '#96AACB'

red 150 ◦ green 170 ◦ blue 203

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

Shades of Polo Blue #96AACB

Tints of Polo Blue #96AACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.81%

R = 28.68%
G = 32.5%
B = 38.81%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#96AACB (or 0x96AACB) is known color: Polo Blue. HEX triplet: 96, AA and CB. RGB value is (150,170,203). Sum of RGB (Red+Green+Blue) = 150+170+203=523 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.68% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #96AACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AACB is #695534. Grayscale: #A7A7A7. Windows color (decimal): -6903093 or 13347478. OLE color: 13347478.

HSL color Cylindrical-coordinate representation of color #96AACB: hue angle of 217.36º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96AACB is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 170 203 -
CMYK 0.26 0.16 0 0.20
HSL 217.36º 0.34% 0.69% -
HSV(B) 217.36º 0.26% 0.8% -
XYZ 37.73 39.55 62.14 -
YUV 167.78 147.87 115.32 -
System Red Green Blue C M Y K H S L
Decimal 150 170 203 0.26 0.16 0 0.20 217.36 0.34 0.69
Hex 96 AA CB 1A 10 0 14 D9 22 45
Octal 226 252 313 32 20 0 24 331 42 105
Binary 10010110 10101010 11001011 11010 10000 0 10100 11011001 100010 1000101

Color Harmonies of #96AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AACB

Black with #96AACB

Text Example


Text Example

White with #96AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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