Html Css Color HEX #96B3DD Polo Blue

📋 copy color: '#96B3DD'

red 150 ◦ green 179 ◦ blue 221

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

Shades of Polo Blue #96B3DD

Tints of Polo Blue #96B3DD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.55%

 BLUE value IS 221 (86.72% from 255) = 40.18%

R = 27.27%
G = 32.55%
B = 40.18%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96B3DD (or 0x96B3DD) is known color: Polo Blue. HEX triplet: 96, B3 and DD. RGB value is (150,179,221). Sum of RGB (Red+Green+Blue) = 150+179+221=550 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.27% from 550); Green value is 179 (70.31% from 255 or 32.55% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #96B3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B3DD is #694C22. Grayscale: #AEAEAE. Windows color (decimal): -6900771 or 14529430. OLE color: 14529430.

HSL color Cylindrical-coordinate representation of color #96B3DD: hue angle of 215.49º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96B3DD is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 179 221 -
CMYK 0.32 0.19 0 0.13
HSL 215.49º 0.51% 0.73% -
HSV(B) 215.49º 0.32% 0.87% -
XYZ 41.75 43.94 74.69 -
YUV 175.12 153.89 110.08 -
System Red Green Blue C M Y K H S L
Decimal 150 179 221 0.32 0.19 0 0.13 215.49 0.51 0.73
Hex 96 B3 DD 20 13 0 D D7 33 49
Octal 226 263 335 40 23 0 15 327 63 111
Binary 10010110 10110011 11011101 100000 10011 0 1101 11010111 110011 1001001

Color Harmonies of #96B3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B3DD

Black with #96B3DD

Text Example


Text Example

White with #96B3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,179,221); }

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

background-color css

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

 a { background-color: rgb(150,179,221); }

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

border-color css

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

 span { border-color: rgb(150,179,221); }

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