Html Css Color HEX #96ADCD Polo Blue

📋 copy color: '#96ADCD'

red 150 ◦ green 173 ◦ blue 205

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

Shades of Polo Blue #96ADCD

Tints of Polo Blue #96ADCD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.77%

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

R = 28.41%
G = 32.77%
B = 38.83%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#96ADCD (or 0x96ADCD) is known color: Polo Blue. HEX triplet: 96, AD and CD. RGB value is (150,173,205). Sum of RGB (Red+Green+Blue) = 150+173+205=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #96ADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ADCD is #695232. Grayscale: #A9A9A9. Windows color (decimal): -6902323 or 13479318. OLE color: 13479318.

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

Color convert

RGB 150 173 205 -
CMYK 0.27 0.16 0 0.20
HSL 214.91º 0.35% 0.7% -
HSV(B) 214.91º 0.27% 0.8% -
XYZ 38.54 40.78 63.6 -
YUV 169.77 147.88 113.9 -
System Red Green Blue C M Y K H S L
Decimal 150 173 205 0.27 0.16 0 0.20 214.91 0.35 0.7
Hex 96 AD CD 1B 10 0 14 D7 23 46
Octal 226 255 315 33 20 0 24 327 43 106
Binary 10010110 10101101 11001101 11011 10000 0 10100 11010111 100011 1000110

Color Harmonies of #96ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ADCD

Black with #96ADCD

Text Example


Text Example

White with #96ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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