Html Css Color HEX #98ACD8 Echo Blue

📋 copy color: '#98ACD8'

red 152 ◦ green 172 ◦ blue 216

#98ACD8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Echo Blue #98ACD8

Tints of Echo Blue #98ACD8

RGB

 RED value IS 152 (59.77% from 255) = 28.15%

 GREEN value IS 172 (67.58% from 255) = 31.85%

 BLUE value IS 216 (84.77% from 255) = 40%

R = 28.15%
G = 31.85%
B = 40%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#98ACD8 (or 0x98ACD8) is known color: Echo Blue. HEX triplet: 98, AC and D8. RGB value is (152,172,216). Sum of RGB (Red+Green+Blue) = 152+172+216=540 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.15% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 216 (84.77% from 255 or 40% from 540); Max value from RGB is 216 - color contains mainly: blue. Hex color #98ACD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ACD8 is #675327. Grayscale: #AAAAAA. Windows color (decimal): -6771496 or 14199960. OLE color: 14199960.

HSL color Cylindrical-coordinate representation of color #98ACD8: hue angle of 221.25º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98ACD8 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 172 216 -
CMYK 0.30 0.20 0 0.15
HSL 221.25º 0.45% 0.72% -
HSV(B) 221.25º 0.3% 0.85% -
XYZ 40.1 41.14 70.79 -
YUV 171.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 152 172 216 0.30 0.20 0 0.15 221.25 0.45 0.72
Hex 98 AC D8 1E 14 0 F DD 2D 48
Octal 230 254 330 36 24 0 17 335 55 110
Binary 10011000 10101100 11011000 11110 10100 0 1111 11011101 101101 1001000

Color Harmonies of #98ACD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ACD8

Black with #98ACD8

Text Example


Text Example

White with #98ACD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98ACD8;
 }
 .AnyTagClassName
 {
   color: #98ACD8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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