#98B1DC

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

Shades of Echo Blue #98B1DC

Tints of Echo Blue #98B1DC

Color information

#98B1DC (or 0x98B1DC) is unknown color: approx Echo Blue. HEX triplet: 98, B1 and DC. RGB value is (152,177,220). Sum of RGB (Red+Green+Blue) = 152+177+220=549 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.69% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #98B1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98B1DC is #674E23. Grayscale: #AEAEAE. Windows color (decimal): -6770212 or 14463384. OLE color: 14463384.

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

Color convert

RGB152177220-
CMYK0.310.2000.14
HSL217.94º49.28%72.94%-
HSV(B)217.94º30.91%86.27%-
XYZ41.5943.2973.87-
YUV174.43153.72112-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.69%
GREEN value IS 177 (69.53% from 255) = 32.24%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=27.69%
G=32.24%
B=40.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1521772200.310.2000.14217.9449.2872.94
Hex98B1DC1F140Eda3149
Octal230261334372401633261111
Binary100110001011000111011100111111010001110110110101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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