#98B5DC

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

Shades of Echo Blue #98B5DC

Tints of Echo Blue #98B5DC

Color information

#98B5DC (or 0x98B5DC) is unknown color: approx Echo Blue. HEX triplet: 98, B5 and DC. RGB value is (152,181,220). Sum of RGB (Red+Green+Blue) = 152+181+220=553 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.49% from 553); Green value is 181 (71.09% from 255 or 32.73% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #98B5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B5DC is #674A23. Grayscale: #B0B0B0. Windows color (decimal): -6769188 or 14464408. OLE color: 14464408.

HSL color Cylindrical-coordinate representation of color #98B5DC: hue angle of 214.41º degrees, saturation: 0.49, 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 #98B5DC is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB152181220-
CMYK0.310.1800.14
HSL214.41º49.28%72.94%-
HSV(B)214.41º30.91%86.27%-
XYZ42.3944.8974.14-
YUV176.78152.39110.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.49%
GREEN value IS 181 (71.09% from 255) = 32.73%
BLUE value IS 220 (86.33% from 255) = 39.78%
R=27.49%
G=32.73%
B=39.78%

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
Decimal1521812200.310.1800.14214.4149.2872.94
Hex98B5DC1F120Ed63149
Octal230265334372201632661111
Binary100110001011010111011100111111001001110110101101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,181,220); }

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

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

 a { background-color: rgb(152,181,220); }

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

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

 span { border-color: rgb(152,181,220); }

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