Html Css Color HEX #96B7DC Polo Blue

📋 copy color: '#96B7DC'

red 150 ◦ green 183 ◦ blue 220

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

Shades of Polo Blue #96B7DC

Tints of Polo Blue #96B7DC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.09%

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

R = 27.12%
G = 33.09%
B = 39.78%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#96B7DC (or 0x96B7DC) is known color: Polo Blue. HEX triplet: 96, B7 and DC. RGB value is (150,183,220). Sum of RGB (Red+Green+Blue) = 150+183+220=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 183 (71.88% from 255 or 33.09% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #96B7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B7DC is #694823. Grayscale: #B1B1B1. Windows color (decimal): -6899748 or 14464918. OLE color: 14464918.

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

Color convert

RGB 150 183 220 -
CMYK 0.32 0.17 0 0.14
HSL 211.71º 0.5% 0.73% -
HSV(B) 211.71º 0.32% 0.86% -
XYZ 42.43 45.52 74.26 -
YUV 177.35 152.07 108.49 -
System Red Green Blue C M Y K H S L
Decimal 150 183 220 0.32 0.17 0 0.14 211.71 0.5 0.73
Hex 96 B7 DC 20 11 0 E D4 32 49
Octal 226 267 334 40 21 0 16 324 62 111
Binary 10010110 10110111 11011100 100000 10001 0 1110 11010100 110010 1001001

Color Harmonies of #96B7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B7DC

Black with #96B7DC

Text Example


Text Example

White with #96B7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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