Html Css Color HEX #99AAD8 Echo Blue

📋 copy color: '#99AAD8'

red 153 ◦ green 170 ◦ blue 216

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

Shades of Echo Blue #99AAD8

Tints of Echo Blue #99AAD8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.54%

 BLUE value IS 216 (84.77% from 255) = 40.07%

R = 28.39%
G = 31.54%
B = 40.07%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#99AAD8 (or 0x99AAD8) is known color: Echo Blue. HEX triplet: 99, AA and D8. RGB value is (153,170,216). Sum of RGB (Red+Green+Blue) = 153+170+216=539 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.39% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 216 - color contains mainly: blue. Hex color #99AAD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AAD8 is #665527. Grayscale: #A9A9A9. Windows color (decimal): -6706472 or 14199449. OLE color: 14199449.

HSL color Cylindrical-coordinate representation of color #99AAD8: hue angle of 223.81º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99AAD8 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 170 216 -
CMYK 0.29 0.21 0 0.15
HSL 223.81º 0.45% 0.72% -
HSV(B) 223.81º 0.29% 0.85% -
XYZ 39.91 40.48 70.68 -
YUV 170.16 153.87 115.76 -
System Red Green Blue C M Y K H S L
Decimal 153 170 216 0.29 0.21 0 0.15 223.81 0.45 0.72
Hex 99 AA D8 1D 15 0 F E0 2D 48
Octal 231 252 330 35 25 0 17 340 55 110
Binary 10011001 10101010 11011000 11101 10101 0 1111 11100000 101101 1001000

Color Harmonies of #99AAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AAD8

Black with #99AAD8

Text Example


Text Example

White with #99AAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,170,216); }

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

background-color css

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

 a { background-color: rgb(153,170,216); }

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

border-color css

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

 span { border-color: rgb(153,170,216); }

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