Html Css Color HEX #96A8CB Polo Blue

📋 copy color: '#96A8CB'

red 150 ◦ green 168 ◦ blue 203

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

Shades of Polo Blue #96A8CB

Tints of Polo Blue #96A8CB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.25%

 BLUE value IS 203 (79.69% from 255) = 38.96%

R = 28.79%
G = 32.25%
B = 38.96%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#96A8CB (or 0x96A8CB) is known color: Polo Blue. HEX triplet: 96, A8 and CB. RGB value is (150,168,203). Sum of RGB (Red+Green+Blue) = 150+168+203=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #96A8CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A8CB is #695734. Grayscale: #A6A6A6. Windows color (decimal): -6903605 or 13346966. OLE color: 13346966.

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

Color convert

RGB 150 168 203 -
CMYK 0.26 0.17 0 0.20
HSL 219.62º 0.34% 0.69% -
HSV(B) 219.62º 0.26% 0.8% -
XYZ 37.36 38.8 62.02 -
YUV 166.61 148.54 116.15 -
System Red Green Blue C M Y K H S L
Decimal 150 168 203 0.26 0.17 0 0.20 219.62 0.34 0.69
Hex 96 A8 CB 1A 11 0 14 DC 22 45
Octal 226 250 313 32 21 0 24 334 42 105
Binary 10010110 10101000 11001011 11010 10001 0 10100 11011100 100010 1000101

Color Harmonies of #96A8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A8CB

Black with #96A8CB

Text Example


Text Example

White with #96A8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,168,203); }

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

background-color css

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

 a { background-color: rgb(150,168,203); }

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

border-color css

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

 span { border-color: rgb(150,168,203); }

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