Html Css Color HEX #96B8DB Polo Blue

📋 copy color: '#96B8DB'

red 150 ◦ green 184 ◦ blue 219

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

Shades of Polo Blue #96B8DB

Tints of Polo Blue #96B8DB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.27%

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

R = 27.12%
G = 33.27%
B = 39.6%

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

#96B8DB (or 0x96B8DB) is known color: Polo Blue. HEX triplet: 96, B8 and DB. RGB value is (150,184,219). Sum of RGB (Red+Green+Blue) = 150+184+219=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 184 (72.27% from 255 or 33.27% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #96B8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B8DB is #694724. Grayscale: #B1B1B1. Windows color (decimal): -6899493 or 14399638. OLE color: 14399638.

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

Color convert

RGB 150 184 219 -
CMYK 0.32 0.16 0 0.14
HSL 210.43º 0.49% 0.72% -
HSV(B) 210.43º 0.32% 0.86% -
XYZ 42.5 45.88 73.63 -
YUV 177.82 151.24 108.15 -
System Red Green Blue C M Y K H S L
Decimal 150 184 219 0.32 0.16 0 0.14 210.43 0.49 0.72
Hex 96 B8 DB 20 10 0 E D2 31 48
Octal 226 270 333 40 20 0 16 322 61 110
Binary 10010110 10111000 11011011 100000 10000 0 1110 11010010 110001 1001000

Color Harmonies of #96B8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B8DB

Black with #96B8DB

Text Example


Text Example

White with #96B8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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