#98FEFF

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

Shades of Electric Blue #98FEFF

Tints of Electric Blue #98FEFF

Color information

#98FEFF (or 0x98FEFF) is unknown color: approx 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

RGB152254255-
CMYK0.400.0000
HSL180.58º100%79.8%-
HSV(B)180.58º40.39%100%-
XYZ66.4484.78107.47-
YUV223.62145.7176.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.00%
GREEN value IS 254 (99.61% from 255) = 38.43%
BLUE value IS 255 (100% from 255) = 38.58%
R=23.00%
G=38.43%
B=38.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1522542550.400.0000180.5810079.8
Hex98FEFF28000b56450
Octal23037637750000265144120
Binary1001100011111110111111111010000001011010111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>