#70EDFD

Color #70EDFD Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #70EDFD

Tints of Electric Blue #70EDFD

Color information

#70EDFD (or 0x70EDFD) is unknown color: approx Electric Blue. HEX triplet: 70, ED and FD. RGB value is (112,237,253). Sum of RGB (Red+Green+Blue) = 112+237+253=602 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.60% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #70EDFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EDFD is #8F1202. Grayscale: #C9C9C9. Windows color (decimal): -9376259 or 16641392. OLE color: 16641392.

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

Color convert

RGB112237253-
CMYK0.560.0600.01
HSL186.81º97.24%71.57%-
HSV(B)186.81º55.73%99.22%-
XYZ54.771.1103.77-
YUV201.45157.0964.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.60%
GREEN value IS 237 (92.97% from 255) = 39.37%
BLUE value IS 253 (99.22% from 255) = 42.03%
R=18.60%
G=39.37%
B=42.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1122372530.560.0600.01186.8197.2471.57
Hex70EDFD38601bb6148
Octal16035537570601273141110
Binary11100001110110111111101111000110011011101111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70EDFD;
 }
 .AnyTagClassName
 {
   color: #70EDFD;
 }
</style>
background-color css

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

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

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

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

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

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