Html Css Color HEX #99ADCD Echo Blue

📋 copy color: '#99ADCD'

red 153 ◦ green 173 ◦ blue 205

#99ADCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Echo Blue #99ADCD

Tints of Echo Blue #99ADCD

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 value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#99ADCD (or 0x99ADCD) is known color: 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

RGB 153 173 205 -
CMYK 0.25 0.16 0 0.20
HSL 216.92º 0.34% 0.7% -
HSV(B) 216.92º 0.25% 0.8% -
XYZ 39.1 41.07 63.62 -
YUV 170.67 147.37 115.4 -
System Red Green Blue C M Y K H S L
Decimal 153 173 205 0.25 0.16 0 0.20 216.92 0.34 0.7
Hex 99 AD CD 19 10 0 14 D9 22 46
Octal 231 255 315 31 20 0 24 331 42 106
Binary 10011001 10101101 11001101 11001 10000 0 10100 11011001 100010 1000110

Color Harmonies of #99ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ADCD

Black with #99ADCD

Text Example


Text Example

White with #99ADCD

Text Example


Text Example

HTML Codes & Css Web 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>