Html Css Color HEX #94FCF2 Electric Blue

📋 copy color: '#94FCF2'

red 148 ◦ green 252 ◦ blue 242

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

Shades of Electric Blue #94FCF2

Tints of Electric Blue #94FCF2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.25%

 BLUE value IS 242 (94.92% from 255) = 37.69%

R = 23.05%
G = 39.25%
B = 37.69%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#94FCF2 (or 0x94FCF2) is known color: Electric Blue. HEX triplet: 94, FC and F2. RGB value is (148,252,242). Sum of RGB (Red+Green+Blue) = 148+252+242=642 (85% of max value = 765). Red value is 148 (58.20% from 255 or 23.05% from 642); Green value is 252 (98.83% from 255 or 39.25% from 642); Blue value is 242 (94.92% from 255 or 37.69% from 642); Max value from RGB is 252 - color contains mainly: green. Hex color #94FCF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94FCF2 is #6B030D. Grayscale: #DBDBDB. Windows color (decimal): -7013134 or 15924372. OLE color: 15924372.

HSL color Cylindrical-coordinate representation of color #94FCF2: hue angle of 174.23º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94FCF2 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 252 242 -
CMYK 0.41 0 0.04 0.01
HSL 174.23º 0.95% 0.78% -
HSV(B) 174.23º 0.41% 0.99% -
XYZ 63.05 82.33 96.57 -
YUV 219.76 140.54 76.81 -
System Red Green Blue C M Y K H S L
Decimal 148 252 242 0.41 0 0.04 0.01 174.23 0.95 0.78
Hex 94 FC F2 29 0 4 1 AE 5F 4E
Octal 224 374 362 51 0 4 1 256 137 116
Binary 10010100 11111100 11110010 101001 0 100 1 10101110 1011111 1001110

Color Harmonies of #94FCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FCF2

Black with #94FCF2

Text Example


Text Example

White with #94FCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,252,242); }

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

background-color css

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

 a { background-color: rgb(148,252,242); }

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

border-color css

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

 span { border-color: rgb(148,252,242); }

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