#98B2DF

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

Shades of Echo Blue #98B2DF

Tints of Echo Blue #98B2DF

Color information

#98B2DF (or 0x98B2DF) is unknown color: approx Echo Blue. HEX triplet: 98, B2 and DF. RGB value is (152,178,223). Sum of RGB (Red+Green+Blue) = 152+178+223=553 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.49% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #98B2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98B2DF is #674D20. Grayscale: #AFAFAF. Windows color (decimal): -6769953 or 14660248. OLE color: 14660248.

HSL color Cylindrical-coordinate representation of color #98B2DF: hue angle of 218.03º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98B2DF is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152178223-
CMYK0.320.2000.13
HSL218.03º52.59%73.53%-
HSV(B)218.03º31.84%87.45%-
XYZ42.1943.8476.05-
YUV175.36154.89111.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.49%
GREEN value IS 178 (69.92% from 255) = 32.19%
BLUE value IS 223 (87.5% from 255) = 40.33%
R=27.49%
G=32.19%
B=40.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521782230.320.2000.13218.0352.5973.53
Hex98B2DF20140Dda354a
Octal230262337402401533265112
Binary1001100010110010110111111000001010001101110110101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,178,223); }

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

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

 a { background-color: rgb(152,178,223); }

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

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

 span { border-color: rgb(152,178,223); }

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