#99B6DB

Color #99B6DB Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #99B6DB

Tints of Echo Blue #99B6DB

Color information

#99B6DB (or 0x99B6DB) is unknown color: approx Echo Blue. HEX triplet: 99, B6 and DB. RGB value is (153,182,219). Sum of RGB (Red+Green+Blue) = 153+182+219=554 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.62% from 554); Green value is 182 (71.48% from 255 or 32.85% 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 #99B6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B6DB is #664924. Grayscale: #B1B1B1. Windows color (decimal): -6703397 or 14399129. OLE color: 14399129.

HSL color Cylindrical-coordinate representation of color #99B6DB: hue angle of 213.64º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99B6DB is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB153182219-
CMYK0.300.1700.14
HSL213.64º47.83%72.94%-
HSV(B)213.64º30.14%85.88%-
XYZ42.6545.3473.52-
YUV177.55151.39110.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.62%
GREEN value IS 182 (71.48% from 255) = 32.85%
BLUE value IS 219 (85.94% from 255) = 39.53%
R=27.62%
G=32.85%
B=39.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1531822190.300.1700.14213.6447.8372.94
Hex99B6DB1E110Ed63049
Octal231266333362101632660111
Binary100110011011011011011011111101000101110110101101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99B6DB; }

 p { color: rgb(153,182,219); }

 H1.HeaderClassName
 {
   color: #99B6DB;
 }
 .AnyTagClassName
 {
   color: #99B6DB;
 }
</style>
background-color css

<style>
 a { background-color: #99B6DB; }

 a { background-color: rgb(153,182,219); }

 div.DivClassName
 {
   background-color: #99B6DB;
 }
 .BgClassName
 {
   background-color: #99B6DB;
 }
</style>
border-color css

<style>
 span { border-color: #99B6DB; }

 span { border-color: rgb(153,182,219); }

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