#99B0DB

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

Shades of Echo Blue #99B0DB

Tints of Echo Blue #99B0DB

Color information

#99B0DB (or 0x99B0DB) is unknown color: approx Echo Blue. HEX triplet: 99, B0 and DB. RGB value is (153,176,219). Sum of RGB (Red+Green+Blue) = 153+176+219=548 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.92% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #99B0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B0DB is #664F24. Grayscale: #ADADAD. Windows color (decimal): -6704933 or 14397593. OLE color: 14397593.

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

Color convert

RGB153176219-
CMYK0.300.2000.14
HSL219.09º47.83%72.94%-
HSV(B)219.09º30.14%85.88%-
XYZ41.4542.9473.12-
YUV174.02153.38113-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.92%
GREEN value IS 176 (69.14% from 255) = 32.12%
BLUE value IS 219 (85.94% from 255) = 39.96%
R=27.92%
G=32.12%
B=39.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1531762190.300.2000.14219.0947.8372.94
Hex99B0DB1E140Edb3049
Octal231260333362401633360111
Binary100110011011000011011011111101010001110110110111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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