#98ADDC

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

Shades of Echo Blue #98ADDC

Tints of Echo Blue #98ADDC

Color information

#98ADDC (or 0x98ADDC) is unknown color: approx Echo Blue. HEX triplet: 98, AD and DC. RGB value is (152,173,220). Sum of RGB (Red+Green+Blue) = 152+173+220=545 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.89% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #98ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ADDC is #675223. Grayscale: #ABABAB. Windows color (decimal): -6771236 or 14462360. OLE color: 14462360.

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

Color convert

RGB152173220-
CMYK0.310.2100.14
HSL221.47º49.28%72.94%-
HSV(B)221.47º30.91%86.27%-
XYZ40.8141.7373.61-
YUV172.08155.04113.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.89%
GREEN value IS 173 (67.97% from 255) = 31.74%
BLUE value IS 220 (86.33% from 255) = 40.37%
R=27.89%
G=31.74%
B=40.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1521732200.310.2100.14221.4749.2872.94
Hex98ADDC1F150Edd3149
Octal230255334372501633561111
Binary100110001010110111011100111111010101110110111011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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