#99B3DC

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

Shades of Echo Blue #99B3DC

Tints of Echo Blue #99B3DC

Color information

#99B3DC (or 0x99B3DC) is unknown color: approx Echo Blue. HEX triplet: 99, B3 and DC. RGB value is (153,179,220). Sum of RGB (Red+Green+Blue) = 153+179+220=552 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.72% from 552); Green value is 179 (70.31% from 255 or 32.43% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #99B3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B3DC is #664C23. Grayscale: #AFAFAF. Windows color (decimal): -6704164 or 14463897. OLE color: 14463897.

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

Color convert

RGB153179220-
CMYK0.300.1900.14
HSL216.72º48.91%73.14%-
HSV(B)216.72º30.45%86.27%-
XYZ42.1844.1874.01-
YUV175.9152.89111.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.72%
GREEN value IS 179 (70.31% from 255) = 32.43%
BLUE value IS 220 (86.33% from 255) = 39.86%
R=27.72%
G=32.43%
B=39.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1531792200.300.1900.14216.7248.9173.14
Hex99B3DC1E130Ed93149
Octal231263334362301633161111
Binary100110011011001111011100111101001101110110110011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,179,220); }

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

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

 a { background-color: rgb(153,179,220); }

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

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

 span { border-color: rgb(153,179,220); }

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