#98A6CC

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

Shades of Echo Blue #98A6CC

Tints of Echo Blue #98A6CC

Color information

#98A6CC (or 0x98A6CC) is unknown color: approx Echo Blue. HEX triplet: 98, A6 and CC. RGB value is (152,166,204). Sum of RGB (Red+Green+Blue) = 152+166+204=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 166 (65.23% from 255 or 31.80% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #98A6CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A6CC is #675933. Grayscale: #A5A5A5. Windows color (decimal): -6773044 or 13411992. OLE color: 13411992.

HSL color Cylindrical-coordinate representation of color #98A6CC: hue angle of 223.85º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98A6CC is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB152166204-
CMYK0.250.1900.2
HSL223.85º33.77%69.8%-
HSV(B)223.85º25.49%80%-
XYZ37.4838.3162.55-
YUV166.15149.36117.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.12%
GREEN value IS 166 (65.23% from 255) = 31.80%
BLUE value IS 204 (80.08% from 255) = 39.08%
R=29.12%
G=31.80%
B=39.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1521662040.250.1900.2223.8533.7769.8
Hex98A6CC1913014e02246
Octal230246314312302434042106
Binary1001100010100110110011001100110011010100111000001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,166,204); }

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

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

 a { background-color: rgb(152,166,204); }

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

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

 span { border-color: rgb(152,166,204); }

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