Html Css Color HEX #98FFF8 Electric Blue

📋 copy color: '#98FFF8'

red 152 ◦ green 255 ◦ blue 248

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

Shades of Electric Blue #98FFF8

Tints of Electric Blue #98FFF8

RGB

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

 GREEN value IS 255 (100% from 255) = 38.93%

 BLUE value IS 248 (97.27% from 255) = 37.86%

R = 23.21%
G = 38.93%
B = 37.86%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#98FFF8 (or 0x98FFF8) is known color: Electric Blue. HEX triplet: 98, FF and F8. RGB value is (152,255,248). Sum of RGB (Red+Green+Blue) = 152+255+248=655 (86% of max value = 765). Red value is 152 (59.77% from 255 or 23.21% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 248 (97.27% from 255 or 37.86% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #98FFF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FFF8 is #670007. Grayscale: #DFDFDF. Windows color (decimal): -6750216 or 16318360. OLE color: 16318360.

HSL color Cylindrical-coordinate representation of color #98FFF8: hue angle of 175.92º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FFF8 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB 152 255 248 -
CMYK 0.40 0 0.03 0
HSL 175.92º 1% 0.8% -
HSV(B) 175.92º 0.4% 1% -
XYZ 65.65 84.97 101.75 -
YUV 223.41 141.88 77.07 -
System Red Green Blue C M Y K H S L
Decimal 152 255 248 0.40 0 0.03 0 175.92 1 0.8
Hex 98 FF F8 28 0 3 0 B0 64 50
Octal 230 377 370 50 0 3 0 260 144 120
Binary 10011000 11111111 11111000 101000 0 11 0 10110000 1100100 1010000

Color Harmonies of #98FFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FFF8

Black with #98FFF8

Text Example


Text Example

White with #98FFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,255,248); }

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

background-color css

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

 a { background-color: rgb(152,255,248); }

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

border-color css

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

 span { border-color: rgb(152,255,248); }

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