#98ACDD

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

Shades of Echo Blue #98ACDD

Tints of Echo Blue #98ACDD

Color information

#98ACDD (or 0x98ACDD) is unknown color: approx Echo Blue. HEX triplet: 98, AC and DD. RGB value is (152,172,221). Sum of RGB (Red+Green+Blue) = 152+172+221=545 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.89% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #98ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ACDD is #675322. Grayscale: #ABABAB. Windows color (decimal): -6771491 or 14527640. OLE color: 14527640.

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

Color convert

RGB152172221-
CMYK0.310.2200.13
HSL222.61º50.36%73.14%-
HSV(B)222.61º31.22%86.67%-
XYZ40.7541.474.25-
YUV171.61155.87114.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.89%
GREEN value IS 172 (67.58% from 255) = 31.56%
BLUE value IS 221 (86.72% from 255) = 40.55%
R=27.89%
G=31.56%
B=40.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521722210.310.2200.13222.6150.3673.14
Hex98ACDD1F160Ddf3249
Octal230254335372601533762111
Binary100110001010110011011101111111011001101110111111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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