Html Css Color HEX #96B1DC Polo Blue

📋 copy color: '#96B1DC'

red 150 ◦ green 177 ◦ blue 220

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

Shades of Polo Blue #96B1DC

Tints of Polo Blue #96B1DC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.36%

 BLUE value IS 220 (86.33% from 255) = 40.22%

R = 27.42%
G = 32.36%
B = 40.22%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#96B1DC (or 0x96B1DC) is known color: Polo Blue. HEX triplet: 96, B1 and DC. RGB value is (150,177,220). Sum of RGB (Red+Green+Blue) = 150+177+220=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #96B1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B1DC is #694E23. Grayscale: #ADADAD. Windows color (decimal): -6901284 or 14463382. OLE color: 14463382.

HSL color Cylindrical-coordinate representation of color #96B1DC: hue angle of 216.86º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96B1DC is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 177 220 -
CMYK 0.32 0.20 0 0.14
HSL 216.86º 0.5% 0.73% -
HSV(B) 216.86º 0.32% 0.86% -
XYZ 41.22 43.1 73.86 -
YUV 173.83 154.05 111 -
System Red Green Blue C M Y K H S L
Decimal 150 177 220 0.32 0.20 0 0.14 216.86 0.5 0.73
Hex 96 B1 DC 20 14 0 E D9 32 49
Octal 226 261 334 40 24 0 16 331 62 111
Binary 10010110 10110001 11011100 100000 10100 0 1110 11011001 110010 1001001

Color Harmonies of #96B1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B1DC

Black with #96B1DC

Text Example


Text Example

White with #96B1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,177,220); }

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

background-color css

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

 a { background-color: rgb(150,177,220); }

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

border-color css

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

 span { border-color: rgb(150,177,220); }

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