Html Css Color HEX #96AFC7 Polo Blue

📋 copy color: '#96AFC7'

red 150 ◦ green 175 ◦ blue 199

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

Shades of Polo Blue #96AFC7

Tints of Polo Blue #96AFC7

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.4%

 BLUE value IS 199 (78.13% from 255) = 37.98%

R = 28.63%
G = 33.4%
B = 37.98%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#96AFC7 (or 0x96AFC7) is known color: Polo Blue. HEX triplet: 96, AF and C7. RGB value is (150,175,199). Sum of RGB (Red+Green+Blue) = 150+175+199=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 199 (78.12% from 255 or 37.98% from 524); Max value from RGB is 199 - color contains mainly: blue. Hex color #96AFC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AFC7 is #695038. Grayscale: #AAAAAA. Windows color (decimal): -6901817 or 13086614. OLE color: 13086614.

HSL color Cylindrical-coordinate representation of color #96AFC7: hue angle of 209.39º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96AFC7 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 175 199 -
CMYK 0.25 0.12 0 0.22
HSL 209.39º 0.3% 0.68% -
HSV(B) 209.39º 0.25% 0.78% -
XYZ 38.22 41.27 59.98 -
YUV 170.26 144.22 113.55 -
System Red Green Blue C M Y K H S L
Decimal 150 175 199 0.25 0.12 0 0.22 209.39 0.3 0.68
Hex 96 AF C7 19 C 0 16 D1 1E 44
Octal 226 257 307 31 14 0 26 321 36 104
Binary 10010110 10101111 11000111 11001 1100 0 10110 11010001 11110 1000100

Color Harmonies of #96AFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AFC7

Black with #96AFC7

Text Example


Text Example

White with #96AFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,175,199); }

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

background-color css

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

 a { background-color: rgb(150,175,199); }

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

border-color css

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

 span { border-color: rgb(150,175,199); }

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