Html Css Color HEX #96ABCC Polo Blue

📋 copy color: '#96ABCC'

red 150 ◦ green 171 ◦ blue 204

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

Shades of Polo Blue #96ABCC

Tints of Polo Blue #96ABCC

RGB

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

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

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

R = 28.57%
G = 32.57%
B = 38.86%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#96ABCC (or 0x96ABCC) is known color: Polo Blue. HEX triplet: 96, AB and CC. RGB value is (150,171,204). Sum of RGB (Red+Green+Blue) = 150+171+204=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #96ABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ABCC is #695433. Grayscale: #A8A8A8. Windows color (decimal): -6902836 or 13413270. OLE color: 13413270.

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

Color convert

RGB 150 171 204 -
CMYK 0.26 0.16 0 0.2
HSL 216.67º 0.35% 0.69% -
HSV(B) 216.67º 0.26% 0.8% -
XYZ 38.04 39.97 62.84 -
YUV 168.48 148.04 114.82 -
System Red Green Blue C M Y K H S L
Decimal 150 171 204 0.26 0.16 0 0.2 216.67 0.35 0.69
Hex 96 AB CC 1A 10 0 14 D9 23 45
Octal 226 253 314 32 20 0 24 331 43 105
Binary 10010110 10101011 11001100 11010 10000 0 10100 11011001 100011 1000101

Color Harmonies of #96ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ABCC

Black with #96ABCC

Text Example


Text Example

White with #96ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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