#98FBFF

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

Shades of Electric Blue #98FBFF

Tints of Electric Blue #98FBFF

Color information

#98FBFF (or 0x98FBFF) is unknown color: approx Electric Blue. HEX triplet: 98, FB and FF. RGB value is (152,251,255). Sum of RGB (Red+Green+Blue) = 152+251+255=658 (87% of max value = 765). Red value is 152 (59.77% from 255 or 23.10% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #98FBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FBFF is #670400. Grayscale: #DDDDDD. Windows color (decimal): -6751233 or 16776088. OLE color: 16776088.

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

Color convert

RGB152251255-
CMYK0.400.0200
HSL182.33º100%79.8%-
HSV(B)182.33º40.39%100%-
XYZ65.582.89107.16-
YUV221.86146.778.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.10%
GREEN value IS 251 (98.44% from 255) = 38.15%
BLUE value IS 255 (100% from 255) = 38.75%
R=23.10%
G=38.15%
B=38.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1522512550.400.0200182.3310079.8
Hex98FBFF28200b66450
Octal23037337750200266144120
Binary10011000111110111111111110100010001011011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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