#93F9F8

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

Shades of Electric Blue #93F9F8

Tints of Electric Blue #93F9F8

Color information

#93F9F8 (or 0x93F9F8) is unknown color: approx Electric Blue. HEX triplet: 93, F9 and F8. RGB value is (147,249,248). Sum of RGB (Red+Green+Blue) = 147+249+248=644 (85% of max value = 765). Red value is 147 (57.81% from 255 or 22.83% from 644); Green value is 249 (97.66% from 255 or 38.66% from 644); Blue value is 248 (97.27% from 255 or 38.51% from 644); Max value from RGB is 249 - color contains mainly: green. Hex color #93F9F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F9F8 is #6C0607. Grayscale: #DADADA. Windows color (decimal): -7079432 or 16316819. OLE color: 16316819.

HSL color Cylindrical-coordinate representation of color #93F9F8: hue angle of 179.41º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93F9F8 is Cyan = 0.41, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB147249248-
CMYK0.4100.000.02
HSL179.41º89.47%77.65%-
HSV(B)179.41º40.96%97.65%-
XYZ62.8580.73101.08-
YUV218.39144.7177.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 22.83%
GREEN value IS 249 (97.66% from 255) = 38.66%
BLUE value IS 248 (97.27% from 255) = 38.51%
R=22.83%
G=38.66%
B=38.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472492480.4100.000.02179.4189.4777.65
Hex93F9F829002b3594e
Octal22337137051002263131116
Binary10010011111110011111100010100100101011001110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,249,248); }

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

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

 a { background-color: rgb(147,249,248); }

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

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

 span { border-color: rgb(147,249,248); }

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