#98AFDD

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

Shades of Echo Blue #98AFDD

Tints of Echo Blue #98AFDD

Color information

#98AFDD (or 0x98AFDD) is unknown color: approx Echo Blue. HEX triplet: 98, AF and DD. RGB value is (152,175,221). Sum of RGB (Red+Green+Blue) = 152+175+221=548 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.74% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #98AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AFDD is #675022. Grayscale: #ADADAD. Windows color (decimal): -6770723 or 14528408. OLE color: 14528408.

HSL color Cylindrical-coordinate representation of color #98AFDD: hue angle of 220º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98AFDD is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152175221-
CMYK0.310.2100.13
HSL220º50.36%73.14%-
HSV(B)220º31.22%86.67%-
XYZ41.3342.5674.44-
YUV173.37154.88112.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.74%
GREEN value IS 175 (68.75% from 255) = 31.93%
BLUE value IS 221 (86.72% from 255) = 40.33%
R=27.74%
G=31.93%
B=40.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521752210.310.2100.1322050.3673.14
Hex98AFDD1F150Ddc3249
Octal230257335372501533462111
Binary100110001010111111011101111111010101101110111001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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