Html Css Color HEX #94FAF5 Electric Blue

📋 copy color: '#94FAF5'

red 148 ◦ green 250 ◦ blue 245

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

Shades of Electric Blue #94FAF5

Tints of Electric Blue #94FAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.1%

R = 23.02%
G = 38.88%
B = 38.1%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#94FAF5 (or 0x94FAF5) is known color: Electric Blue. HEX triplet: 94, FA and F5. RGB value is (148,250,245). Sum of RGB (Red+Green+Blue) = 148+250+245=643 (85% of max value = 765). Red value is 148 (58.20% from 255 or 23.02% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 245 (96.09% from 255 or 38.10% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #94FAF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94FAF5 is #6B050A. Grayscale: #DADADA. Windows color (decimal): -7013643 or 16120468. OLE color: 16120468.

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

Color convert

RGB 148 250 245 -
CMYK 0.41 0 0.02 0.02
HSL 177.06º 0.91% 0.78% -
HSV(B) 177.06º 0.41% 0.98% -
XYZ 62.88 81.26 98.76 -
YUV 218.93 142.71 77.41 -
System Red Green Blue C M Y K H S L
Decimal 148 250 245 0.41 0 0.02 0.02 177.06 0.91 0.78
Hex 94 FA F5 29 0 2 2 B1 5B 4E
Octal 224 372 365 51 0 2 2 261 133 116
Binary 10010100 11111010 11110101 101001 0 10 10 10110001 1011011 1001110

Color Harmonies of #94FAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FAF5

Black with #94FAF5

Text Example


Text Example

White with #94FAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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