#98B4DF

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

Shades of Echo Blue #98B4DF

Tints of Echo Blue #98B4DF

Color information

#98B4DF (or 0x98B4DF) is unknown color: approx Echo Blue. HEX triplet: 98, B4 and DF. RGB value is (152,180,223). Sum of RGB (Red+Green+Blue) = 152+180+223=555 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.39% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #98B4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B4DF is #674B20. Grayscale: #B0B0B0. Windows color (decimal): -6769441 or 14660760. OLE color: 14660760.

HSL color Cylindrical-coordinate representation of color #98B4DF: hue angle of 216.34º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98B4DF is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152180223-
CMYK0.320.1900.13
HSL216.34º52.59%73.53%-
HSV(B)216.34º31.84%87.45%-
XYZ42.5944.6576.18-
YUV176.53154.22110.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.39%
GREEN value IS 180 (70.70% from 255) = 32.43%
BLUE value IS 223 (87.5% from 255) = 40.18%
R=27.39%
G=32.43%
B=40.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521802230.320.1900.13216.3452.5973.53
Hex98B4DF20130Dd8354a
Octal230264337402301533065112
Binary1001100010110100110111111000001001101101110110001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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