#98B4DB

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

Shades of Echo Blue #98B4DB

Tints of Echo Blue #98B4DB

Color information

#98B4DB (or 0x98B4DB) is unknown color: approx Echo Blue. HEX triplet: 98, B4 and DB. RGB value is (152,180,219). Sum of RGB (Red+Green+Blue) = 152+180+219=551 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.59% from 551); Green value is 180 (70.70% from 255 or 32.67% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #98B4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B4DB is #674B24. Grayscale: #AFAFAF. Windows color (decimal): -6769445 or 14398616. OLE color: 14398616.

HSL color Cylindrical-coordinate representation of color #98B4DB: hue angle of 214.93º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98B4DB is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB152180219-
CMYK0.310.1800.14
HSL214.93º48.2%72.75%-
HSV(B)214.93º30.59%85.88%-
XYZ42.0644.4373.38-
YUV176.07152.22110.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.59%
GREEN value IS 180 (70.70% from 255) = 32.67%
BLUE value IS 219 (85.94% from 255) = 39.75%
R=27.59%
G=32.67%
B=39.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1521802190.310.1800.14214.9348.272.75
Hex98B4DB1F120Ed73049
Octal230264333372201632760111
Binary100110001011010011011011111111001001110110101111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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