#93F2FE

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

Shades of Electric Blue #93F2FE

Tints of Electric Blue #93F2FE

Color information

#93F2FE (or 0x93F2FE) is unknown color: approx Electric Blue. HEX triplet: 93, F2 and FE. RGB value is (147,242,254). Sum of RGB (Red+Green+Blue) = 147+242+254=643 (85% of max value = 765). Red value is 147 (57.81% from 255 or 22.86% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #93F2FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F2FE is #6C0D01. Grayscale: #D6D6D6. Windows color (decimal): -7081218 or 16708243. OLE color: 16708243.

HSL color Cylindrical-coordinate representation of color #93F2FE: hue angle of 186.73º 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 #93F2FE is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB147242254-
CMYK0.420.0500.00
HSL186.73º98.17%78.63%-
HSV(B)186.73º42.13%99.61%-
XYZ61.6776.86105.35-
YUV214.96150.0379.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 22.86%
GREEN value IS 242 (94.92% from 255) = 37.64%
BLUE value IS 254 (99.61% from 255) = 39.50%
R=22.86%
G=37.64%
B=39.50%

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
Decimal1472422540.420.0500.00186.7398.1778.63
Hex93F2FE2A500bb624f
Octal22336237652500273142117
Binary100100111111001011111110101010101001011101111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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