Html Css Color HEX #70EAF7 Electric Blue

📋 copy color: '#70EAF7'

red 112 ◦ green 234 ◦ blue 247

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

Shades of Electric Blue #70EAF7

Tints of Electric Blue #70EAF7

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.46%

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

R = 18.89%
G = 39.46%
B = 41.65%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#70EAF7 (or 0x70EAF7) is known color: Electric Blue. HEX triplet: 70, EA and F7. RGB value is (112,234,247). Sum of RGB (Red+Green+Blue) = 112+234+247=593 (78% of max value = 765). Red value is 112 (44.14% from 255 or 18.89% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 247 (96.88% from 255 or 41.65% from 593); Max value from RGB is 247 - color contains mainly: blue. Hex color #70EAF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EAF7 is #8F1508. Grayscale: #C6C6C6. Windows color (decimal): -9377033 or 16247408. OLE color: 16247408.

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

Color convert

RGB 112 234 247 -
CMYK 0.55 0.05 0 0.03
HSL 185.78º 0.89% 0.7% -
HSV(B) 185.78º 0.55% 0.97% -
XYZ 52.89 69.01 98.53 -
YUV 199 155.08 65.94 -
System Red Green Blue C M Y K H S L
Decimal 112 234 247 0.55 0.05 0 0.03 185.78 0.89 0.7
Hex 70 EA F7 37 5 0 3 BA 59 46
Octal 160 352 367 67 5 0 3 272 131 106
Binary 1110000 11101010 11110111 110111 101 0 11 10111010 1011001 1000110

Color Harmonies of #70EAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EAF7

Black with #70EAF7

Text Example


Text Example

White with #70EAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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