Html Css Color HEX #94F5F7 Electric Blue

📋 copy color: '#94F5F7'

red 148 ◦ green 245 ◦ blue 247

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

Shades of Electric Blue #94F5F7

Tints of Electric Blue #94F5F7

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.28%

 BLUE value IS 247 (96.88% from 255) = 38.59%

R = 23.13%
G = 38.28%
B = 38.59%

CMYK

 C value IS 0.40

 M value IS 0.01

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#94F5F7 (or 0x94F5F7) is known color: Electric Blue. HEX triplet: 94, F5 and F7. RGB value is (148,245,247). Sum of RGB (Red+Green+Blue) = 148+245+247=640 (84% of max value = 765). Red value is 148 (58.20% from 255 or 23.12% from 640); Green value is 245 (96.09% from 255 or 38.28% from 640); Blue value is 247 (96.88% from 255 or 38.59% from 640); Max value from RGB is 247 - color contains mainly: blue. Hex color #94F5F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F5F7 is #6B0A08. Grayscale: #D8D8D8. Windows color (decimal): -7014921 or 16250260. OLE color: 16250260.

HSL color Cylindrical-coordinate representation of color #94F5F7: hue angle of 181.21º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F5F7 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 148 245 247 -
CMYK 0.40 0.01 0 0.03
HSL 181.21º 0.86% 0.77% -
HSV(B) 181.21º 0.4% 0.97% -
XYZ 61.65 78.32 99.86 -
YUV 216.23 145.36 79.34 -
System Red Green Blue C M Y K H S L
Decimal 148 245 247 0.40 0.01 0 0.03 181.21 0.86 0.77
Hex 94 F5 F7 28 1 0 3 B5 56 4D
Octal 224 365 367 50 1 0 3 265 126 115
Binary 10010100 11110101 11110111 101000 1 0 11 10110101 1010110 1001101

Color Harmonies of #94F5F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F5F7

Black with #94F5F7

Text Example


Text Example

White with #94F5F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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