Html Css Color HEX #94FAF1 Electric Blue

📋 copy color: '#94FAF1'

red 148 ◦ green 250 ◦ blue 241

#94FAF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #94FAF1

Tints of Electric Blue #94FAF1

RGB

 RED value IS 148 (58.2% from 255) = 23.16%

 GREEN value IS 250 (98.05% from 255) = 39.12%

 BLUE value IS 241 (94.53% from 255) = 37.72%

R = 23.16%
G = 39.12%
B = 37.72%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#94FAF1 (or 0x94FAF1) is known color: Electric Blue. HEX triplet: 94, FA and F1. RGB value is (148,250,241). Sum of RGB (Red+Green+Blue) = 148+250+241=639 (84% of max value = 765). Red value is 148 (58.20% from 255 or 23.16% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #94FAF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94FAF1 is #6B050E. Grayscale: #DADADA. Windows color (decimal): -7013647 or 15858324. OLE color: 15858324.

HSL color Cylindrical-coordinate representation of color #94FAF1: hue angle of 174.71º degrees, saturation: 0.91, 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 #94FAF1 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 250 241 -
CMYK 0.41 0 0.04 0.02
HSL 174.71º 0.91% 0.78% -
HSV(B) 174.71º 0.41% 0.98% -
XYZ 62.28 81.02 95.57 -
YUV 218.48 140.71 77.73 -
System Red Green Blue C M Y K H S L
Decimal 148 250 241 0.41 0 0.04 0.02 174.71 0.91 0.78
Hex 94 FA F1 29 0 4 2 AF 5B 4E
Octal 224 372 361 51 0 4 2 257 133 116
Binary 10010100 11111010 11110001 101001 0 100 10 10101111 1011011 1001110

Color Harmonies of #94FAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FAF1

Black with #94FAF1

Text Example


Text Example

White with #94FAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #94FAF1;
 }
 .AnyTagClassName
 {
   color: #94FAF1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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