#94FAFD

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

Shades of Electric Blue #94FAFD

Tints of Electric Blue #94FAFD

Color information

#94FAFD (or 0x94FAFD) is unknown color: approx Electric Blue. HEX triplet: 94, FA and FD. RGB value is (148,250,253). Sum of RGB (Red+Green+Blue) = 148+250+253=651 (86% of max value = 765). Red value is 148 (58.20% from 255 or 22.73% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #94FAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94FAFD is #6B0502. Grayscale: #DBDBDB. Windows color (decimal): -7013635 or 16644756. OLE color: 16644756.

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

Color convert

RGB148250253-
CMYK0.420.0100.01
HSL181.71º96.33%78.63%-
HSV(B)181.71º41.5%99.22%-
XYZ64.1381.76105.33-
YUV219.84146.7176.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 22.73%
GREEN value IS 250 (98.05% from 255) = 38.40%
BLUE value IS 253 (99.22% from 255) = 38.86%
R=22.73%
G=38.40%
B=38.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482502530.420.0100.01181.7196.3378.63
Hex94FAFD2A101b6604f
Octal22437237552101266140117
Binary1001010011111010111111011010101011011011011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94FAFD; }

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

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

<style>
 a { background-color: #94FAFD; }

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

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

<style>
 span { border-color: #94FAFD; }

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

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