#98fefa

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

Shades of Electric Blue #98FEFA

Tints of Electric Blue #98FEFA

Color information

#98FEFA (or 0x98FEFA) is unknown color: approx Electric Blue. HEX triplet: 98, FE and FA. RGB value is (152,254,250). Sum of RGB (Red+Green+Blue) = 152+254+250=656 (86% of max value = 765). Red value is 152 (59.77% from 255 or 23.17% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 254 - color contains mainly: green. Hex color #98FEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FEFA is #670105. Grayscale: #DEDEDE. Windows color (decimal): -6750470 or 16449176. OLE color: 16449176.

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

Color convert

RGB152254250-
CMYK0.4000.020.00
HSL177.65º98.08%79.61%-
HSV(B)177.65º40.16%99.61%-
XYZ65.6584.46103.29-
YUV223.05143.2177.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.17%
GREEN value IS 254 (99.61% from 255) = 38.72%
BLUE value IS 250 (98.05% from 255) = 38.11%
R=23.17%
G=38.72%
B=38.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1522542500.4000.020.00177.6598.0879.61
Hex98FEFA28020b26250
Octal23037637250020262142120
Binary10011000111111101111101010100001001011001011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98fefa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #98fefa;
 }
 .AnyTagClassName
 {
   color: #98fefa;
 }
</style>
background-color css

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

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

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

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

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

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