Html Css Color HEX #70E8FE Electric Blue

📋 copy color: '#70E8FE'

red 112 ◦ green 232 ◦ blue 254

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

Shades of Electric Blue #70E8FE

Tints of Electric Blue #70E8FE

RGB

 RED value IS 112 (44.14% from 255) = 18.73%

 GREEN value IS 232 (91.02% from 255) = 38.8%

 BLUE value IS 254 (99.61% from 255) = 42.47%

R = 18.73%
G = 38.8%
B = 42.47%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#70E8FE (or 0x70E8FE) is known color: Electric Blue. HEX triplet: 70, E8 and FE. RGB value is (112,232,254). Sum of RGB (Red+Green+Blue) = 112+232+254=598 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.73% from 598); Green value is 232 (91.02% from 255 or 38.80% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #70E8FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70E8FE is #8F1701. Grayscale: #C6C6C6. Windows color (decimal): -9377538 or 16705648. OLE color: 16705648.

HSL color Cylindrical-coordinate representation of color #70E8FE: hue angle of 189.3º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70E8FE is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 232 254 -
CMYK 0.56 0.09 0 0.00
HSL 189.3º 0.99% 0.72% -
HSV(B) 189.3º 0.56% 1% -
XYZ 53.43 68.31 104.14 -
YUV 198.63 159.24 66.21 -
System Red Green Blue C M Y K H S L
Decimal 112 232 254 0.56 0.09 0 0.00 189.3 0.99 0.72
Hex 70 E8 FE 38 9 0 0 BD 63 48
Octal 160 350 376 70 11 0 0 275 143 110
Binary 1110000 11101000 11111110 111000 1001 0 0 10111101 1100011 1001000

Color Harmonies of #70E8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E8FE

Black with #70E8FE

Text Example


Text Example

White with #70E8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70E8FE; }

 p { color: rgb(112,232,254); }

 H1.HeaderClassName
 {
   color: #70E8FE;
 }
 .AnyTagClassName
 {
   color: #70E8FE;
 }
</style>

background-color css

<style>
 a { background-color: #70E8FE; }

 a { background-color: rgb(112,232,254); }

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

border-color css

<style>
 span { border-color: #70E8FE; }

 span { border-color: rgb(112,232,254); }

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