Html Css Color HEX #96B5DD Polo Blue

📋 copy color: '#96B5DD'

red 150 ◦ green 181 ◦ blue 221

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

Shades of Polo Blue #96B5DD

Tints of Polo Blue #96B5DD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.79%

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

R = 27.17%
G = 32.79%
B = 40.04%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96B5DD (or 0x96B5DD) is known color: Polo Blue. HEX triplet: 96, B5 and DD. RGB value is (150,181,221). Sum of RGB (Red+Green+Blue) = 150+181+221=552 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.17% from 552); Green value is 181 (71.09% from 255 or 32.79% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #96B5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B5DD is #694A22. Grayscale: #B0B0B0. Windows color (decimal): -6900259 or 14529942. OLE color: 14529942.

HSL color Cylindrical-coordinate representation of color #96B5DD: hue angle of 213.8º 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 #96B5DD is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 181 221 -
CMYK 0.32 0.18 0 0.13
HSL 213.8º 0.51% 0.73% -
HSV(B) 213.8º 0.32% 0.87% -
XYZ 42.15 44.75 74.82 -
YUV 176.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 150 181 221 0.32 0.18 0 0.13 213.8 0.51 0.73
Hex 96 B5 DD 20 12 0 D D6 33 49
Octal 226 265 335 40 22 0 15 326 63 111
Binary 10010110 10110101 11011101 100000 10010 0 1101 11010110 110011 1001001

Color Harmonies of #96B5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B5DD

Black with #96B5DD

Text Example


Text Example

White with #96B5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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