Html Css Color HEX #96AFD2 Polo Blue

📋 copy color: '#96AFD2'

red 150 ◦ green 175 ◦ blue 210

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

Shades of Polo Blue #96AFD2

Tints of Polo Blue #96AFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.25%

R = 28.04%
G = 32.71%
B = 39.25%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#96AFD2 (or 0x96AFD2) is known color: Polo Blue. HEX triplet: 96, AF and D2. RGB value is (150,175,210). Sum of RGB (Red+Green+Blue) = 150+175+210=535 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.04% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 210 (82.42% from 255 or 39.25% from 535); Max value from RGB is 210 - color contains mainly: blue. Hex color #96AFD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AFD2 is #69502D. Grayscale: #ABABAB. Windows color (decimal): -6901806 or 13807510. OLE color: 13807510.

HSL color Cylindrical-coordinate representation of color #96AFD2: hue angle of 215º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96AFD2 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 175 210 -
CMYK 0.29 0.17 0 0.18
HSL 215º 0.4% 0.71% -
HSV(B) 215º 0.29% 0.82% -
XYZ 39.54 41.8 66.96 -
YUV 171.52 149.72 112.65 -
System Red Green Blue C M Y K H S L
Decimal 150 175 210 0.29 0.17 0 0.18 215 0.4 0.71
Hex 96 AF D2 1D 11 0 12 D7 28 47
Octal 226 257 322 35 21 0 22 327 50 107
Binary 10010110 10101111 11010010 11101 10001 0 10010 11010111 101000 1000111

Color Harmonies of #96AFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AFD2

Black with #96AFD2

Text Example


Text Example

White with #96AFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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