Html Css Color HEX #96ABCF Polo Blue

📋 copy color: '#96ABCF'

red 150 ◦ green 171 ◦ blue 207

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

Shades of Polo Blue #96ABCF

Tints of Polo Blue #96ABCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.2%

R = 28.41%
G = 32.39%
B = 39.2%

CMYK

 C value IS 0.28

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#96ABCF (or 0x96ABCF) is known color: Polo Blue. HEX triplet: 96, AB and CF. RGB value is (150,171,207). Sum of RGB (Red+Green+Blue) = 150+171+207=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #96ABCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ABCF is #695430. Grayscale: #A8A8A8. Windows color (decimal): -6902833 or 13609878. OLE color: 13609878.

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

Color convert

RGB 150 171 207 -
CMYK 0.28 0.17 0 0.19
HSL 217.89º 0.37% 0.7% -
HSV(B) 217.89º 0.28% 0.81% -
XYZ 38.4 40.11 64.75 -
YUV 168.83 149.54 114.57 -
System Red Green Blue C M Y K H S L
Decimal 150 171 207 0.28 0.17 0 0.19 217.89 0.37 0.7
Hex 96 AB CF 1C 11 0 13 DA 25 46
Octal 226 253 317 34 21 0 23 332 45 106
Binary 10010110 10101011 11001111 11100 10001 0 10011 11011010 100101 1000110

Color Harmonies of #96ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ABCF

Black with #96ABCF

Text Example


Text Example

White with #96ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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