Html Css Color HEX #96ABCE Polo Blue

📋 copy color: '#96ABCE'

red 150 ◦ green 171 ◦ blue 206

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

Shades of Polo Blue #96ABCE

Tints of Polo Blue #96ABCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.09%

R = 28.46%
G = 32.45%
B = 39.09%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#96ABCE (or 0x96ABCE) is known color: Polo Blue. HEX triplet: 96, AB and CE. RGB value is (150,171,206). Sum of RGB (Red+Green+Blue) = 150+171+206=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #96ABCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ABCE is #695431. Grayscale: #A8A8A8. Windows color (decimal): -6902834 or 13544342. OLE color: 13544342.

HSL color Cylindrical-coordinate representation of color #96ABCE: hue angle of 217.5º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96ABCE is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 171 206 -
CMYK 0.27 0.17 0 0.19
HSL 217.5º 0.36% 0.7% -
HSV(B) 217.5º 0.27% 0.81% -
XYZ 38.28 40.07 64.11 -
YUV 168.71 149.04 114.65 -
System Red Green Blue C M Y K H S L
Decimal 150 171 206 0.27 0.17 0 0.19 217.5 0.36 0.7
Hex 96 AB CE 1B 11 0 13 DA 24 46
Octal 226 253 316 33 21 0 23 332 44 106
Binary 10010110 10101011 11001110 11011 10001 0 10011 11011010 100100 1000110

Color Harmonies of #96ABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ABCE

Black with #96ABCE

Text Example


Text Example

White with #96ABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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