Html Css Color HEX #96AECC Polo Blue

📋 copy color: '#96AECC'

red 150 ◦ green 174 ◦ blue 204

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

Shades of Polo Blue #96AECC

Tints of Polo Blue #96AECC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.95%

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

R = 28.41%
G = 32.95%
B = 38.64%

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

#96AECC (or 0x96AECC) is known color: Polo Blue. HEX triplet: 96, AE and CC. RGB value is (150,174,204). Sum of RGB (Red+Green+Blue) = 150+174+204=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #96AECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AECC is #695133. Grayscale: #AAAAAA. Windows color (decimal): -6902068 or 13414038. OLE color: 13414038.

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

Color convert

RGB 150 174 204 -
CMYK 0.26 0.15 0 0.2
HSL 213.33º 0.35% 0.69% -
HSV(B) 213.33º 0.26% 0.8% -
XYZ 38.61 41.12 63.03 -
YUV 170.24 147.05 113.56 -
System Red Green Blue C M Y K H S L
Decimal 150 174 204 0.26 0.15 0 0.2 213.33 0.35 0.69
Hex 96 AE CC 1A F 0 14 D5 23 45
Octal 226 256 314 32 17 0 24 325 43 105
Binary 10010110 10101110 11001100 11010 1111 0 10100 11010101 100011 1000101

Color Harmonies of #96AECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AECC

Black with #96AECC

Text Example


Text Example

White with #96AECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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