Html Css Color HEX #96B7DB Polo Blue

📋 copy color: '#96B7DB'

red 150 ◦ green 183 ◦ blue 219

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

Shades of Polo Blue #96B7DB

Tints of Polo Blue #96B7DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.67%

R = 27.17%
G = 33.15%
B = 39.67%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#96B7DB (or 0x96B7DB) is known color: Polo Blue. HEX triplet: 96, B7 and DB. RGB value is (150,183,219). Sum of RGB (Red+Green+Blue) = 150+183+219=552 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.17% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #96B7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B7DB is #694824. Grayscale: #B1B1B1. Windows color (decimal): -6899749 or 14399382. OLE color: 14399382.

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

Color convert

RGB 150 183 219 -
CMYK 0.32 0.16 0 0.14
HSL 211.3º 0.49% 0.72% -
HSV(B) 211.3º 0.32% 0.86% -
XYZ 42.3 45.47 73.56 -
YUV 177.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 150 183 219 0.32 0.16 0 0.14 211.3 0.49 0.72
Hex 96 B7 DB 20 10 0 E D3 31 48
Octal 226 267 333 40 20 0 16 323 61 110
Binary 10010110 10110111 11011011 100000 10000 0 1110 11010011 110001 1001000

Color Harmonies of #96B7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B7DB

Black with #96B7DB

Text Example


Text Example

White with #96B7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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