Html Css Color HEX #99ADCC Echo Blue

📋 copy color: '#99ADCC'

red 153 ◦ green 173 ◦ blue 204

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

Shades of Echo Blue #99ADCC

Tints of Echo Blue #99ADCC

RGB

 RED value IS 153 (60.16% from 255) = 28.87%

 GREEN value IS 173 (67.97% from 255) = 32.64%

 BLUE value IS 204 (80.08% from 255) = 38.49%

R = 28.87%
G = 32.64%
B = 38.49%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#99ADCC (or 0x99ADCC) is known color: Echo Blue. HEX triplet: 99, AD and CC. RGB value is (153,173,204). Sum of RGB (Red+Green+Blue) = 153+173+204=530 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.87% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #99ADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ADCC is #665233. Grayscale: #AAAAAA. Windows color (decimal): -6705716 or 13413785. OLE color: 13413785.

HSL color Cylindrical-coordinate representation of color #99ADCC: hue angle of 216.47º degrees, saturation: 0.33, 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 #99ADCC is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 173 204 -
CMYK 0.25 0.15 0 0.2
HSL 216.47º 0.33% 0.7% -
HSV(B) 216.47º 0.25% 0.8% -
XYZ 38.98 41.02 62.99 -
YUV 170.55 146.87 115.48 -
System Red Green Blue C M Y K H S L
Decimal 153 173 204 0.25 0.15 0 0.2 216.47 0.33 0.7
Hex 99 AD CC 19 F 0 14 D8 21 46
Octal 231 255 314 31 17 0 24 330 41 106
Binary 10011001 10101101 11001100 11001 1111 0 10100 11011000 100001 1000110

Color Harmonies of #99ADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ADCC

Black with #99ADCC

Text Example


Text Example

White with #99ADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99ADCC;
 }
 .AnyTagClassName
 {
   color: #99ADCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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