#93F1FE

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

Shades of Electric Blue #93F1FE

Tints of Electric Blue #93F1FE

Color information

#93F1FE (or 0x93F1FE) is unknown color: approx Electric Blue. HEX triplet: 93, F1 and FE. RGB value is (147,241,254). Sum of RGB (Red+Green+Blue) = 147+241+254=642 (85% of max value = 765). Red value is 147 (57.81% from 255 or 22.90% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #93F1FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F1FE is #6C0E01. Grayscale: #D6D6D6. Windows color (decimal): -7081474 or 16707987. OLE color: 16707987.

HSL color Cylindrical-coordinate representation of color #93F1FE: hue angle of 187.29º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93F1FE is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB147241254-
CMYK0.420.0500.00
HSL187.29º98.17%78.63%-
HSV(B)187.29º42.13%99.61%-
XYZ61.3876.27105.25-
YUV214.38150.3679.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 22.90%
GREEN value IS 241 (94.53% from 255) = 37.54%
BLUE value IS 254 (99.61% from 255) = 39.56%
R=22.90%
G=37.54%
B=39.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1472412540.420.0500.00187.2998.1778.63
Hex93F1FE2A500bb624f
Octal22336137652500273142117
Binary100100111111000111111110101010101001011101111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93F1FE; }

 p { color: rgb(147,241,254); }

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

<style>
 a { background-color: #93F1FE; }

 a { background-color: rgb(147,241,254); }

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

<style>
 span { border-color: #93F1FE; }

 span { border-color: rgb(147,241,254); }

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