#98B4DD

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

Shades of Echo Blue #98B4DD

Tints of Echo Blue #98B4DD

Color information

#98B4DD (or 0x98B4DD) is unknown color: approx Echo Blue. HEX triplet: 98, B4 and DD. RGB value is (152,180,221). Sum of RGB (Red+Green+Blue) = 152+180+221=553 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.49% from 553); Green value is 180 (70.70% from 255 or 32.55% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #98B4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B4DD is #674B22. Grayscale: #B0B0B0. Windows color (decimal): -6769443 or 14529688. OLE color: 14529688.

HSL color Cylindrical-coordinate representation of color #98B4DD: hue angle of 215.65º 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 #98B4DD is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152180221-
CMYK0.310.1900.13
HSL215.65º50.36%73.14%-
HSV(B)215.65º31.22%86.67%-
XYZ42.3244.5474.77-
YUV176.3153.22110.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.49%
GREEN value IS 180 (70.70% from 255) = 32.55%
BLUE value IS 221 (86.72% from 255) = 39.96%
R=27.49%
G=32.55%
B=39.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521802210.310.1900.13215.6550.3673.14
Hex98B4DD1F130Dd83249
Octal230264335372301533062111
Binary100110001011010011011101111111001101101110110001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #98B4DD;
 }
 .AnyTagClassName
 {
   color: #98B4DD;
 }
</style>
background-color css

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

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

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

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

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

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