#98AFDC

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

Shades of Echo Blue #98AFDC

Tints of Echo Blue #98AFDC

Color information

#98AFDC (or 0x98AFDC) is unknown color: approx Echo Blue. HEX triplet: 98, AF and DC. RGB value is (152,175,220). Sum of RGB (Red+Green+Blue) = 152+175+220=547 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.79% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #98AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AFDC is #675023. Grayscale: #ADADAD. Windows color (decimal): -6770724 or 14462872. OLE color: 14462872.

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

Color convert

RGB152175220-
CMYK0.310.2000.14
HSL219.71º49.28%72.94%-
HSV(B)219.71º30.91%86.27%-
XYZ41.242.573.74-
YUV173.25154.38112.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.79%
GREEN value IS 175 (68.75% from 255) = 31.99%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=27.79%
G=31.99%
B=40.22%

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
Decimal1521752200.310.2000.14219.7149.2872.94
Hex98AFDC1F140Edc3149
Octal230257334372401633461111
Binary100110001010111111011100111111010001110110111001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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