Html Css Color HEX #98B2DC Echo Blue

📋 copy color: '#98B2DC'

red 152 ◦ green 178 ◦ blue 220

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

Shades of Echo Blue #98B2DC

Tints of Echo Blue #98B2DC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.36%

 BLUE value IS 220 (86.33% from 255) = 40%

R = 27.64%
G = 32.36%
B = 40%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#98B2DC (or 0x98B2DC) is known color: Echo Blue. HEX triplet: 98, B2 and DC. RGB value is (152,178,220). Sum of RGB (Red+Green+Blue) = 152+178+220=550 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.64% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #98B2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98B2DC is #674D23. Grayscale: #AEAEAE. Windows color (decimal): -6769956 or 14463640. OLE color: 14463640.

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

Color convert

RGB 152 178 220 -
CMYK 0.31 0.19 0 0.14
HSL 217.06º 0.49% 0.73% -
HSV(B) 217.06º 0.31% 0.86% -
XYZ 41.79 43.68 73.94 -
YUV 175.01 153.39 111.58 -
System Red Green Blue C M Y K H S L
Decimal 152 178 220 0.31 0.19 0 0.14 217.06 0.49 0.73
Hex 98 B2 DC 1F 13 0 E D9 31 49
Octal 230 262 334 37 23 0 16 331 61 111
Binary 10011000 10110010 11011100 11111 10011 0 1110 11011001 110001 1001001

Color Harmonies of #98B2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B2DC

Black with #98B2DC

Text Example


Text Example

White with #98B2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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