Html Css Color HEX #70EDFF Electric Blue

📋 copy color: '#70EDFF'

red 112 ◦ green 237 ◦ blue 255

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

Shades of Electric Blue #70EDFF

Tints of Electric Blue #70EDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.24%

 BLUE value IS 255 (100% from 255) = 42.22%

R = 18.54%
G = 39.24%
B = 42.22%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#70EDFF (or 0x70EDFF) is known color: Electric Blue. HEX triplet: 70, ED and FF. RGB value is (112,237,255). Sum of RGB (Red+Green+Blue) = 112+237+255=604 (80% of max value = 765). Red value is 112 (44.14% from 255 or 18.54% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #70EDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EDFF is #8F1200. Grayscale: #C9C9C9. Windows color (decimal): -9376257 or 16772464. OLE color: 16772464.

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

Color convert

RGB 112 237 255 -
CMYK 0.56 0.07 0 0
HSL 187.55º 1% 0.72% -
HSV(B) 187.55º 0.56% 1% -
XYZ 55.02 71.23 105.46 -
YUV 201.68 158.09 64.04 -
System Red Green Blue C M Y K H S L
Decimal 112 237 255 0.56 0.07 0 0 187.55 1 0.72
Hex 70 ED FF 38 7 0 0 BC 64 48
Octal 160 355 377 70 7 0 0 274 144 110
Binary 1110000 11101101 11111111 111000 111 0 0 10111100 1100100 1001000

Color Harmonies of #70EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EDFF

Black with #70EDFF

Text Example


Text Example

White with #70EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,237,255); }

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

background-color css

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

 a { background-color: rgb(112,237,255); }

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

border-color css

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

 span { border-color: rgb(112,237,255); }

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