#98FAFF

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

Shades of Electric Blue #98FAFF

Tints of Electric Blue #98FAFF

Color information

#98FAFF (or 0x98FAFF) is unknown color: approx Electric Blue. HEX triplet: 98, FA and FF. RGB value is (152,250,255). Sum of RGB (Red+Green+Blue) = 152+250+255=657 (87% of max value = 765). Red value is 152 (59.77% from 255 or 23.14% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #98FAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98FAFF is #670500. Grayscale: #DDDDDD. Windows color (decimal): -6751489 or 16775832. OLE color: 16775832.

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

Color convert

RGB152250255-
CMYK0.400.0200
HSL182.91º100%79.8%-
HSV(B)182.91º40.39%100%-
XYZ65.1882.27107.05-
YUV221.27147.0378.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 23.14%
GREEN value IS 250 (98.05% from 255) = 38.05%
BLUE value IS 255 (100% from 255) = 38.81%
R=23.14%
G=38.05%
B=38.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1522502550.400.0200182.9110079.8
Hex98FAFF28200b76450
Octal23037237750200267144120
Binary10011000111110101111111110100010001011011111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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