Html Css Color HEX #99ADD5 Echo Blue

📋 copy color: '#99ADD5'

red 153 ◦ green 173 ◦ blue 213

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

Shades of Echo Blue #99ADD5

Tints of Echo Blue #99ADD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.52%

R = 28.39%
G = 32.1%
B = 39.52%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#99ADD5 (or 0x99ADD5) is known color: Echo Blue. HEX triplet: 99, AD and D5. RGB value is (153,173,213). Sum of RGB (Red+Green+Blue) = 153+173+213=539 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.39% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 213 - color contains mainly: blue. Hex color #99ADD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ADD5 is #66522A. Grayscale: #ABABAB. Windows color (decimal): -6705707 or 14003609. OLE color: 14003609.

HSL color Cylindrical-coordinate representation of color #99ADD5: hue angle of 220º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99ADD5 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 173 213 -
CMYK 0.28 0.19 0 0.16
HSL 220º 0.42% 0.72% -
HSV(B) 220º 0.28% 0.84% -
XYZ 40.09 41.46 68.84 -
YUV 171.58 151.37 114.75 -
System Red Green Blue C M Y K H S L
Decimal 153 173 213 0.28 0.19 0 0.16 220 0.42 0.72
Hex 99 AD D5 1C 13 0 10 DC 2A 48
Octal 231 255 325 34 23 0 20 334 52 110
Binary 10011001 10101101 11010101 11100 10011 0 10000 11011100 101010 1001000

Color Harmonies of #99ADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ADD5

Black with #99ADD5

Text Example


Text Example

White with #99ADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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