#99B4DB

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

Shades of Echo Blue #99B4DB

Tints of Echo Blue #99B4DB

Color information

#99B4DB (or 0x99B4DB) is unknown color: approx Echo Blue. HEX triplet: 99, B4 and DB. RGB value is (153,180,219). Sum of RGB (Red+Green+Blue) = 153+180+219=552 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.72% from 552); Green value is 180 (70.70% from 255 or 32.61% 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 #99B4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B4DB is #664B24. Grayscale: #B0B0B0. Windows color (decimal): -6703909 or 14398617. OLE color: 14398617.

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

Color convert

RGB153180219-
CMYK0.300.1800.14
HSL215.45º47.83%72.94%-
HSV(B)215.45º30.14%85.88%-
XYZ42.2444.5373.39-
YUV176.37152.05111.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.72%
GREEN value IS 180 (70.70% from 255) = 32.61%
BLUE value IS 219 (85.94% from 255) = 39.67%
R=27.72%
G=32.61%
B=39.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1531802190.300.1800.14215.4547.8372.94
Hex99B4DB1E120Ed73049
Octal231264333362201632760111
Binary100110011011010011011011111101001001110110101111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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