#98B4E1

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

Shades of Echo Blue #98B4E1

Tints of Echo Blue #98B4E1

Color information

#98B4E1 (or 0x98B4E1) is unknown color: approx Echo Blue. HEX triplet: 98, B4 and E1. RGB value is (152,180,225). Sum of RGB (Red+Green+Blue) = 152+180+225=557 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.29% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 225 - color contains mainly: blue. Hex color #98B4E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B4E1 is #674B1E. Grayscale: #B0B0B0. Windows color (decimal): -6769439 or 14791832. OLE color: 14791832.

HSL color Cylindrical-coordinate representation of color #98B4E1: hue angle of 216.99º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98B4E1 is Cyan = 0.32, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB152180225-
CMYK0.320.200.12
HSL216.99º54.89%73.92%-
HSV(B)216.99º32.44%88.24%-
XYZ42.8644.7577.61-
YUV176.76155.22110.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.29%
GREEN value IS 180 (70.70% from 255) = 32.32%
BLUE value IS 225 (88.28% from 255) = 40.39%
R=27.29%
G=32.32%
B=40.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1521802250.320.200.12216.9954.8973.92
Hex98B4E120140Cd9374a
Octal230264341402401433167112
Binary1001100010110100111000011000001010001100110110011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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