Html Css Color HEX #70EEF7 Electric Blue

📋 copy color: '#70EEF7'

red 112 ◦ green 238 ◦ blue 247

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

Shades of Electric Blue #70EEF7

Tints of Electric Blue #70EEF7

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.87%

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

R = 18.76%
G = 39.87%
B = 41.37%

CMYK

 C value IS 0.55

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#70EEF7 (or 0x70EEF7) is known color: Electric Blue. HEX triplet: 70, EE and F7. RGB value is (112,238,247). Sum of RGB (Red+Green+Blue) = 112+238+247=597 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.76% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 247 (96.88% from 255 or 41.37% from 597); Max value from RGB is 247 - color contains mainly: blue. Hex color #70EEF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EEF7 is #8F1108. Grayscale: #C9C9C9. Windows color (decimal): -9376009 or 16248432. OLE color: 16248432.

HSL color Cylindrical-coordinate representation of color #70EEF7: hue angle of 184º 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 #70EEF7 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 238 247 -
CMYK 0.55 0.04 0 0.03
HSL 184º 0.89% 0.7% -
HSV(B) 184º 0.55% 0.97% -
XYZ 54.05 71.31 98.91 -
YUV 201.35 153.76 64.27 -
System Red Green Blue C M Y K H S L
Decimal 112 238 247 0.55 0.04 0 0.03 184 0.89 0.7
Hex 70 EE F7 37 4 0 3 B8 59 46
Octal 160 356 367 67 4 0 3 270 131 106
Binary 1110000 11101110 11110111 110111 100 0 11 10111000 1011001 1000110

Color Harmonies of #70EEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EEF7

Black with #70EEF7

Text Example


Text Example

White with #70EEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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