Html Css Color HEX #96ADCC Polo Blue

📋 copy color: '#96ADCC'

red 150 ◦ green 173 ◦ blue 204

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

Shades of Polo Blue #96ADCC

Tints of Polo Blue #96ADCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.71%

R = 28.46%
G = 32.83%
B = 38.71%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#96ADCC (or 0x96ADCC) is known color: Polo Blue. HEX triplet: 96, AD and CC. RGB value is (150,173,204). Sum of RGB (Red+Green+Blue) = 150+173+204=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #96ADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ADCC is #695233. Grayscale: #A9A9A9. Windows color (decimal): -6902324 or 13413782. OLE color: 13413782.

HSL color Cylindrical-coordinate representation of color #96ADCC: hue angle of 214.44º degrees, saturation: 0.35, 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 #96ADCC is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 173 204 -
CMYK 0.26 0.15 0 0.2
HSL 214.44º 0.35% 0.69% -
HSV(B) 214.44º 0.26% 0.8% -
XYZ 38.42 40.73 62.96 -
YUV 169.66 147.38 113.98 -
System Red Green Blue C M Y K H S L
Decimal 150 173 204 0.26 0.15 0 0.2 214.44 0.35 0.69
Hex 96 AD CC 1A F 0 14 D6 23 45
Octal 226 255 314 32 17 0 24 326 43 105
Binary 10010110 10101101 11001100 11010 1111 0 10100 11010110 100011 1000101

Color Harmonies of #96ADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ADCC

Black with #96ADCC

Text Example


Text Example

White with #96ADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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