#93FDFA

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

Shades of Electric Blue #93FDFA

Tints of Electric Blue #93FDFA

Color information

#93FDFA (or 0x93FDFA) is unknown color: approx Electric Blue. HEX triplet: 93, FD and FA. RGB value is (147,253,250). Sum of RGB (Red+Green+Blue) = 147+253+250=650 (86% of max value = 765). Red value is 147 (57.81% from 255 or 22.62% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #93FDFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FDFA is #6C0205. Grayscale: #DCDCDC. Windows color (decimal): -7078406 or 16448915. OLE color: 16448915.

HSL color Cylindrical-coordinate representation of color #93FDFA: hue angle of 178.3º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FDFA is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB147253250-
CMYK0.4200.010.01
HSL178.3º96.36%78.43%-
HSV(B)178.3º41.9%99.22%-
XYZ64.4183.36103.14-
YUV220.96144.3875.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 22.62%
GREEN value IS 253 (99.22% from 255) = 38.92%
BLUE value IS 250 (98.05% from 255) = 38.46%
R=22.62%
G=38.92%
B=38.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1472532500.4200.010.01178.396.3678.43
Hex93FDFA2A011b2604e
Octal22337537252011262140116
Binary1001001111111101111110101010100111011001011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,253,250); }

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

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

 a { background-color: rgb(147,253,250); }

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

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

 span { border-color: rgb(147,253,250); }

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