#94F1FF

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

Shades of Electric Blue #94F1FF

Tints of Electric Blue #94F1FF

Color information

#94F1FF (or 0x94F1FF) is unknown color: approx Electric Blue. HEX triplet: 94, F1 and FF. RGB value is (148,241,255). Sum of RGB (Red+Green+Blue) = 148+241+255=644 (85% of max value = 765). Red value is 148 (58.20% from 255 or 22.98% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #94F1FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F1FF is #6B0E00. Grayscale: #D6D6D6. Windows color (decimal): -7015937 or 16773524. OLE color: 16773524.

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

Color convert

RGB148241255-
CMYK0.420.0500
HSL187.85º100%79.02%-
HSV(B)187.85º41.96%100%-
XYZ61.7276.43106.11-
YUV214.79150.6980.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 22.98%
GREEN value IS 241 (94.53% from 255) = 37.42%
BLUE value IS 255 (100% from 255) = 39.60%
R=22.98%
G=37.42%
B=39.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1482412550.420.0500187.8510079.02
Hex94F1FF2A500bc644f
Octal22436137752500274144117
Binary100101001111000111111111101010101001011110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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