Html Css Color HEX #96ABCD Polo Blue

📋 copy color: '#96ABCD'

red 150 ◦ green 171 ◦ blue 205

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

Shades of Polo Blue #96ABCD

Tints of Polo Blue #96ABCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.97%

R = 28.52%
G = 32.51%
B = 38.97%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#96ABCD (or 0x96ABCD) is known color: Polo Blue. HEX triplet: 96, AB and CD. RGB value is (150,171,205). Sum of RGB (Red+Green+Blue) = 150+171+205=526 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.52% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #96ABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ABCD is #695432. Grayscale: #A8A8A8. Windows color (decimal): -6902835 or 13478806. OLE color: 13478806.

HSL color Cylindrical-coordinate representation of color #96ABCD: hue angle of 217.09º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96ABCD is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 171 205 -
CMYK 0.27 0.17 0 0.20
HSL 217.09º 0.35% 0.7% -
HSV(B) 217.09º 0.27% 0.8% -
XYZ 38.16 40.02 63.47 -
YUV 168.6 148.54 114.74 -
System Red Green Blue C M Y K H S L
Decimal 150 171 205 0.27 0.17 0 0.20 217.09 0.35 0.7
Hex 96 AB CD 1B 11 0 14 D9 23 46
Octal 226 253 315 33 21 0 24 331 43 106
Binary 10010110 10101011 11001101 11011 10001 0 10100 11011001 100011 1000110

Color Harmonies of #96ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ABCD

Black with #96ABCD

Text Example


Text Example

White with #96ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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