Html Css Color HEX #98AADC Echo Blue

📋 copy color: '#98AADC'

red 152 ◦ green 170 ◦ blue 220

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

Shades of Echo Blue #98AADC

Tints of Echo Blue #98AADC

RGB

 RED value IS 152 (59.77% from 255) = 28.04%

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

 BLUE value IS 220 (86.33% from 255) = 40.59%

R = 28.04%
G = 31.37%
B = 40.59%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#98AADC (or 0x98AADC) is known color: Echo Blue. HEX triplet: 98, AA and DC. RGB value is (152,170,220). Sum of RGB (Red+Green+Blue) = 152+170+220=542 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.04% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #98AADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AADC is #675523. Grayscale: #AAAAAA. Windows color (decimal): -6772004 or 14461592. OLE color: 14461592.

HSL color Cylindrical-coordinate representation of color #98AADC: hue angle of 224.12º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98AADC is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 170 220 -
CMYK 0.31 0.23 0 0.14
HSL 224.12º 0.49% 0.73% -
HSV(B) 224.12º 0.31% 0.86% -
XYZ 40.24 40.59 73.42 -
YUV 170.32 156.04 114.93 -
System Red Green Blue C M Y K H S L
Decimal 152 170 220 0.31 0.23 0 0.14 224.12 0.49 0.73
Hex 98 AA DC 1F 17 0 E E0 31 49
Octal 230 252 334 37 27 0 16 340 61 111
Binary 10011000 10101010 11011100 11111 10111 0 1110 11100000 110001 1001001

Color Harmonies of #98AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AADC

Black with #98AADC

Text Example


Text Example

White with #98AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98AADC; }

 p { color: rgb(152,170,220); }

 H1.HeaderClassName
 {
   color: #98AADC;
 }
 .AnyTagClassName
 {
   color: #98AADC;
 }
</style>

background-color css

<style>
 a { background-color: #98AADC; }

 a { background-color: rgb(152,170,220); }

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

border-color css

<style>
 span { border-color: #98AADC; }

 span { border-color: rgb(152,170,220); }

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