Html Css Color HEX #96B2DD Polo Blue

📋 copy color: '#96B2DD'

red 150 ◦ green 178 ◦ blue 221

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

Shades of Polo Blue #96B2DD

Tints of Polo Blue #96B2DD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.42%

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

R = 27.32%
G = 32.42%
B = 40.26%

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

#96B2DD (or 0x96B2DD) is known color: Polo Blue. HEX triplet: 96, B2 and DD. RGB value is (150,178,221). Sum of RGB (Red+Green+Blue) = 150+178+221=549 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.32% from 549); Green value is 178 (69.92% from 255 or 32.42% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #96B2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B2DD is #694D22. Grayscale: #AEAEAE. Windows color (decimal): -6901027 or 14529174. OLE color: 14529174.

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

Color convert

RGB 150 178 221 -
CMYK 0.32 0.19 0 0.13
HSL 216.34º 0.51% 0.73% -
HSV(B) 216.34º 0.32% 0.87% -
XYZ 41.55 43.55 74.62 -
YUV 174.53 154.22 110.5 -
System Red Green Blue C M Y K H S L
Decimal 150 178 221 0.32 0.19 0 0.13 216.34 0.51 0.73
Hex 96 B2 DD 20 13 0 D D8 33 49
Octal 226 262 335 40 23 0 15 330 63 111
Binary 10010110 10110010 11011101 100000 10011 0 1101 11011000 110011 1001001

Color Harmonies of #96B2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B2DD

Black with #96B2DD

Text Example


Text Example

White with #96B2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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