Html Css Color HEX #96B9DB Polo Blue

📋 copy color: '#96B9DB'

red 150 ◦ green 185 ◦ blue 219

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

Shades of Polo Blue #96B9DB

Tints of Polo Blue #96B9DB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.39%

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

R = 27.08%
G = 33.39%
B = 39.53%

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

#96B9DB (or 0x96B9DB) is known color: Polo Blue. HEX triplet: 96, B9 and DB. RGB value is (150,185,219). Sum of RGB (Red+Green+Blue) = 150+185+219=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #96B9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B9DB is #694624. Grayscale: #B2B2B2. Windows color (decimal): -6899237 or 14399894. OLE color: 14399894.

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

Color convert

RGB 150 185 219 -
CMYK 0.32 0.16 0 0.14
HSL 209.57º 0.49% 0.72% -
HSV(B) 209.57º 0.32% 0.86% -
XYZ 42.71 46.3 73.7 -
YUV 178.41 150.9 107.74 -
System Red Green Blue C M Y K H S L
Decimal 150 185 219 0.32 0.16 0 0.14 209.57 0.49 0.72
Hex 96 B9 DB 20 10 0 E D2 31 48
Octal 226 271 333 40 20 0 16 322 61 110
Binary 10010110 10111001 11011011 100000 10000 0 1110 11010010 110001 1001000

Color Harmonies of #96B9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B9DB

Black with #96B9DB

Text Example


Text Example

White with #96B9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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