Html Css Color HEX #96AACD Polo Blue

📋 copy color: '#96AACD'

red 150 ◦ green 170 ◦ blue 205

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

Shades of Polo Blue #96AACD

Tints of Polo Blue #96AACD

RGB

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

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

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

R = 28.57%
G = 32.38%
B = 39.05%

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

#96AACD (or 0x96AACD) is known color: Polo Blue. HEX triplet: 96, AA and CD. RGB value is (150,170,205). Sum of RGB (Red+Green+Blue) = 150+170+205=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #96AACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AACD is #695532. Grayscale: #A7A7A7. Windows color (decimal): -6903091 or 13478550. OLE color: 13478550.

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

Color convert

RGB 150 170 205 -
CMYK 0.27 0.17 0 0.20
HSL 218.18º 0.35% 0.7% -
HSV(B) 218.18º 0.27% 0.8% -
XYZ 37.97 39.64 63.41 -
YUV 168.01 148.87 115.15 -
System Red Green Blue C M Y K H S L
Decimal 150 170 205 0.27 0.17 0 0.20 218.18 0.35 0.7
Hex 96 AA CD 1B 11 0 14 DA 23 46
Octal 226 252 315 33 21 0 24 332 43 106
Binary 10010110 10101010 11001101 11011 10001 0 10100 11011010 100011 1000110

Color Harmonies of #96AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AACD

Black with #96AACD

Text Example


Text Example

White with #96AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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