#98A8DD

Color #98A8DD Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #98A8DD

Tints of Echo Blue #98A8DD

Color information

#98A8DD (or 0x98A8DD) is unknown color: approx 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

RGB152168221-
CMYK0.310.2400.13
HSL226.09º50.36%73.14%-
HSV(B)226.09º31.22%86.67%-
XYZ4039.974-
YUV169.26157.2115.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.10%
GREEN value IS 168 (66.02% from 255) = 31.05%
BLUE value IS 221 (86.72% from 255) = 40.85%
R=28.10%
G=31.05%
B=40.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521682210.310.2400.13226.0950.3673.14
Hex98A8DD1F180De23249
Octal230250335373001534262111
Binary100110001010100011011101111111100001101111000101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>