Html Css Color HEX #98FEFF Electric Blue

📋 copy color: '#98FEFF'

red 152 ◦ green 254 ◦ blue 255

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

Shades of Electric Blue #98FEFF

Tints of Electric Blue #98FEFF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.43%

 BLUE value IS 255 (100% from 255) = 38.58%

R = 23%
G = 38.43%
B = 38.58%

CMYK

 C value IS 0.40

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#98FEFF (or 0x98FEFF) is known color: Electric Blue. HEX triplet: 98, FE and FF. RGB value is (152,254,255). Sum of RGB (Red+Green+Blue) = 152+254+255=661 (87% of max value = 765). Red value is 152 (59.77% from 255 or 23.00% from 661); Green value is 254 (99.61% from 255 or 38.43% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #98FEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FEFF is #670100. Grayscale: #DFDFDF. Windows color (decimal): -6750465 or 16776856. OLE color: 16776856.

HSL color Cylindrical-coordinate representation of color #98FEFF: hue angle of 180.58º 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 #98FEFF is Cyan = 0.40, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 152 254 255 -
CMYK 0.40 0.00 0 0
HSL 180.58º 1% 0.8% -
HSV(B) 180.58º 0.4% 1% -
XYZ 66.44 84.78 107.47 -
YUV 223.62 145.71 76.92 -
System Red Green Blue C M Y K H S L
Decimal 152 254 255 0.40 0.00 0 0 180.58 1 0.8
Hex 98 FE FF 28 0 0 0 B5 64 50
Octal 230 376 377 50 0 0 0 265 144 120
Binary 10011000 11111110 11111111 101000 0 0 0 10110101 1100100 1010000

Color Harmonies of #98FEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FEFF

Black with #98FEFF

Text Example


Text Example

White with #98FEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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