Html Css Color HEX #98AADA Echo Blue

📋 copy color: '#98AADA'

red 152 ◦ green 170 ◦ blue 218

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

Shades of Echo Blue #98AADA

Tints of Echo Blue #98AADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.37%

R = 28.15%
G = 31.48%
B = 40.37%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#98AADA (or 0x98AADA) is known color: Echo Blue. HEX triplet: 98, AA and DA. RGB value is (152,170,218). Sum of RGB (Red+Green+Blue) = 152+170+218=540 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.15% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #98AADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AADA is #675525. Grayscale: #A9A9A9. Windows color (decimal): -6772006 or 14330520. OLE color: 14330520.

HSL color Cylindrical-coordinate representation of color #98AADA: hue angle of 223.64º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98AADA is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 170 218 -
CMYK 0.30 0.22 0 0.15
HSL 223.64º 0.47% 0.73% -
HSV(B) 223.64º 0.3% 0.85% -
XYZ 39.98 40.49 72.04 -
YUV 170.09 155.04 115.1 -
System Red Green Blue C M Y K H S L
Decimal 152 170 218 0.30 0.22 0 0.15 223.64 0.47 0.73
Hex 98 AA DA 1E 16 0 F E0 2F 49
Octal 230 252 332 36 26 0 17 340 57 111
Binary 10011000 10101010 11011010 11110 10110 0 1111 11100000 101111 1001001

Color Harmonies of #98AADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AADA

Black with #98AADA

Text Example


Text Example

White with #98AADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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