#93F1FF

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

Shades of Electric Blue #93F1FF

Tints of Electric Blue #93F1FF

Color information

#93F1FF (or 0x93F1FF) is unknown color: approx Electric Blue. HEX triplet: 93, F1 and FF. RGB value is (147,241,255). Sum of RGB (Red+Green+Blue) = 147+241+255=643 (85% of max value = 765). Red value is 147 (57.81% from 255 or 22.86% from 643); Green value is 241 (94.53% from 255 or 37.48% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #93F1FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F1FF is #6C0E00. Grayscale: #D6D6D6. Windows color (decimal): -7081473 or 16773523. OLE color: 16773523.

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

Color convert

RGB147241255-
CMYK0.420.0500
HSL187.78º100%78.82%-
HSV(B)187.78º42.35%100%-
XYZ61.5476.33106.1-
YUV214.49150.8679.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 22.86%
GREEN value IS 241 (94.53% from 255) = 37.48%
BLUE value IS 255 (100% from 255) = 39.66%
R=22.86%
G=37.48%
B=39.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1472412550.420.0500187.7810078.82
Hex93F1FF2A500bc644f
Octal22336137752500274144117
Binary100100111111000111111111101010101001011110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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