#98A8CF

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

Shades of Echo Blue #98A8CF

Tints of Echo Blue #98A8CF

Color information

#98A8CF (or 0x98A8CF) is unknown color: approx Echo Blue. HEX triplet: 98, A8 and CF. RGB value is (152,168,207). Sum of RGB (Red+Green+Blue) = 152+168+207=527 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.84% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #98A8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A8CF is #675730. Grayscale: #A7A7A7. Windows color (decimal): -6772529 or 13609112. OLE color: 13609112.

HSL color Cylindrical-coordinate representation of color #98A8CF: hue angle of 222.55º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98A8CF is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB152168207-
CMYK0.270.1900.19
HSL222.55º36.42%70.39%-
HSV(B)222.55º26.57%81.18%-
XYZ38.2139.1964.58-
YUV167.66150.2116.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.84%
GREEN value IS 168 (66.02% from 255) = 31.88%
BLUE value IS 207 (81.25% from 255) = 39.28%
R=28.84%
G=31.88%
B=39.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1521682070.270.1900.19222.5536.4270.39
Hex98A8CF1B13013df2446
Octal230250317332302333744106
Binary1001100010101000110011111101110011010011110111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,168,207); }

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

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

 a { background-color: rgb(152,168,207); }

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

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

 span { border-color: rgb(152,168,207); }

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