Html Css Color HEX #98A8DD Echo Blue

📋 copy color: '#98A8DD'

red 152 ◦ green 168 ◦ blue 221

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

Shades of Echo Blue #98A8DD

Tints of Echo Blue #98A8DD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.05%

 BLUE value IS 221 (86.72% from 255) = 40.85%

R = 28.1%
G = 31.05%
B = 40.85%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#98A8DD (or 0x98A8DD) is known color: Echo Blue. HEX triplet: 98, A8 and DD. RGB value is (152,168,221). Sum of RGB (Red+Green+Blue) = 152+168+221=541 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.10% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #98A8DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A8DD is #675722. Grayscale: #A9A9A9. Windows color (decimal): -6772515 or 14526616. OLE color: 14526616.

HSL color Cylindrical-coordinate representation of color #98A8DD: hue angle of 226.09º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98A8DD is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 168 221 -
CMYK 0.31 0.24 0 0.13
HSL 226.09º 0.5% 0.73% -
HSV(B) 226.09º 0.31% 0.87% -
XYZ 40 39.9 74 -
YUV 169.26 157.2 115.69 -
System Red Green Blue C M Y K H S L
Decimal 152 168 221 0.31 0.24 0 0.13 226.09 0.5 0.73
Hex 98 A8 DD 1F 18 0 D E2 32 49
Octal 230 250 335 37 30 0 15 342 62 111
Binary 10011000 10101000 11011101 11111 11000 0 1101 11100010 110010 1001001

Color Harmonies of #98A8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A8DD

Black with #98A8DD

Text Example


Text Example

White with #98A8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,168,221); }

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

background-color css

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

 a { background-color: rgb(152,168,221); }

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

border-color css

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

 span { border-color: rgb(152,168,221); }

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