Html Css Color HEX #94FFFD Electric Blue

📋 copy color: '#94FFFD'

red 148 ◦ green 255 ◦ blue 253

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

Shades of Electric Blue #94FFFD

Tints of Electric Blue #94FFFD

RGB

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

 GREEN value IS 255 (100% from 255) = 38.87%

 BLUE value IS 253 (99.22% from 255) = 38.57%

R = 22.56%
G = 38.87%
B = 38.57%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#94FFFD (or 0x94FFFD) is known color: Electric Blue. HEX triplet: 94, FF and FD. RGB value is (148,255,253). Sum of RGB (Red+Green+Blue) = 148+255+253=656 (86% of max value = 765). Red value is 148 (58.20% from 255 or 22.56% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #94FFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94FFFD is #6B0002. Grayscale: #DEDEDE. Windows color (decimal): -7012355 or 16646036. OLE color: 16646036.

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

Color convert

RGB 148 255 253 -
CMYK 0.42 0 0.01 0
HSL 178.88º 1% 0.79% -
HSV(B) 178.88º 0.42% 1% -
XYZ 65.7 84.91 105.85 -
YUV 222.78 145.05 74.66 -
System Red Green Blue C M Y K H S L
Decimal 148 255 253 0.42 0 0.01 0 178.88 1 0.79
Hex 94 FF FD 2A 0 1 0 B3 64 4F
Octal 224 377 375 52 0 1 0 263 144 117
Binary 10010100 11111111 11111101 101010 0 1 0 10110011 1100100 1001111

Color Harmonies of #94FFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FFFD

Black with #94FFFD

Text Example


Text Example

White with #94FFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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