Html Css Color HEX #96B4DB Polo Blue

📋 copy color: '#96B4DB'

red 150 ◦ green 180 ◦ blue 219

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

Shades of Polo Blue #96B4DB

Tints of Polo Blue #96B4DB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.79%

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

R = 27.32%
G = 32.79%
B = 39.89%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#96B4DB (or 0x96B4DB) is known color: Polo Blue. HEX triplet: 96, B4 and DB. RGB value is (150,180,219). Sum of RGB (Red+Green+Blue) = 150+180+219=549 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.32% from 549); Green value is 180 (70.70% from 255 or 32.79% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #96B4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B4DB is #694B24. Grayscale: #AFAFAF. Windows color (decimal): -6900517 or 14398614. OLE color: 14398614.

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

Color convert

RGB 150 180 219 -
CMYK 0.32 0.18 0 0.14
HSL 213.91º 0.49% 0.72% -
HSV(B) 213.91º 0.32% 0.86% -
XYZ 41.69 44.24 73.36 -
YUV 175.48 152.56 109.83 -
System Red Green Blue C M Y K H S L
Decimal 150 180 219 0.32 0.18 0 0.14 213.91 0.49 0.72
Hex 96 B4 DB 20 12 0 E D6 31 48
Octal 226 264 333 40 22 0 16 326 61 110
Binary 10010110 10110100 11011011 100000 10010 0 1110 11010110 110001 1001000

Color Harmonies of #96B4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B4DB

Black with #96B4DB

Text Example


Text Example

White with #96B4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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