#99ADCD

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

Shades of Echo Blue #99ADCD

Tints of Echo Blue #99ADCD

Color information

#99ADCD (or 0x99ADCD) is unknown color: approx Echo Blue. HEX triplet: 99, AD and CD. RGB value is (153,173,205). Sum of RGB (Red+Green+Blue) = 153+173+205=531 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.81% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #99ADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ADCD is #665232. Grayscale: #AAAAAA. Windows color (decimal): -6705715 or 13479321. OLE color: 13479321.

HSL color Cylindrical-coordinate representation of color #99ADCD: hue angle of 216.92º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99ADCD is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB153173205-
CMYK0.250.1600.20
HSL216.92º34.21%70.2%-
HSV(B)216.92º25.37%80.39%-
XYZ39.141.0763.62-
YUV170.67147.37115.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.81%
GREEN value IS 173 (67.97% from 255) = 32.58%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=28.81%
G=32.58%
B=38.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531732050.250.1600.20216.9234.2170.2
Hex99ADCD1910014d92246
Octal231255315312002433142106
Binary1001100110101101110011011100110000010100110110011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,173,205); }

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

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

 a { background-color: rgb(153,173,205); }

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

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

 span { border-color: rgb(153,173,205); }

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