Html Css Color HEX #70EFF7 Electric Blue

📋 copy color: '#70EFF7'

red 112 ◦ green 239 ◦ blue 247

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

Shades of Electric Blue #70EFF7

Tints of Electric Blue #70EFF7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.97%

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

R = 18.73%
G = 39.97%
B = 41.3%

CMYK

 C value IS 0.55

 M value IS 0.03

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#70EFF7 (or 0x70EFF7) is known color: Electric Blue. HEX triplet: 70, EF and F7. RGB value is (112,239,247). Sum of RGB (Red+Green+Blue) = 112+239+247=598 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.73% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 247 (96.88% from 255 or 41.30% from 598); Max value from RGB is 247 - color contains mainly: blue. Hex color #70EFF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EFF7 is #8F1008. Grayscale: #C9C9C9. Windows color (decimal): -9375753 or 16248688. OLE color: 16248688.

HSL color Cylindrical-coordinate representation of color #70EFF7: hue angle of 183.56º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70EFF7 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 239 247 -
CMYK 0.55 0.03 0 0.03
HSL 183.56º 0.89% 0.7% -
HSV(B) 183.56º 0.55% 0.97% -
XYZ 54.34 71.89 99.01 -
YUV 201.94 153.42 63.85 -
System Red Green Blue C M Y K H S L
Decimal 112 239 247 0.55 0.03 0 0.03 183.56 0.89 0.7
Hex 70 EF F7 37 3 0 3 B8 59 46
Octal 160 357 367 67 3 0 3 270 131 106
Binary 1110000 11101111 11110111 110111 11 0 11 10111000 1011001 1000110

Color Harmonies of #70EFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EFF7

Black with #70EFF7

Text Example


Text Example

White with #70EFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,239,247); }

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

background-color css

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

 a { background-color: rgb(112,239,247); }

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

border-color css

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

 span { border-color: rgb(112,239,247); }

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