Html Css Color HEX #96ABCB Polo Blue

📋 copy color: '#96ABCB'

red 150 ◦ green 171 ◦ blue 203

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

Shades of Polo Blue #96ABCB

Tints of Polo Blue #96ABCB

RGB

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

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

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

R = 28.63%
G = 32.63%
B = 38.74%

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

#96ABCB (or 0x96ABCB) is known color: Polo Blue. HEX triplet: 96, AB and CB. RGB value is (150,171,203). Sum of RGB (Red+Green+Blue) = 150+171+203=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #96ABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ABCB is #695434. Grayscale: #A8A8A8. Windows color (decimal): -6902837 or 13347734. OLE color: 13347734.

HSL color Cylindrical-coordinate representation of color #96ABCB: hue angle of 216.23º 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 #96ABCB is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 171 203 -
CMYK 0.26 0.16 0 0.20
HSL 216.23º 0.34% 0.69% -
HSV(B) 216.23º 0.26% 0.8% -
XYZ 37.92 39.92 62.21 -
YUV 168.37 147.54 114.9 -
System Red Green Blue C M Y K H S L
Decimal 150 171 203 0.26 0.16 0 0.20 216.23 0.34 0.69
Hex 96 AB CB 1A 10 0 14 D8 22 45
Octal 226 253 313 32 20 0 24 330 42 105
Binary 10010110 10101011 11001011 11010 10000 0 10100 11011000 100010 1000101

Color Harmonies of #96ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ABCB

Black with #96ABCB

Text Example


Text Example

White with #96ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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