#70EAFD

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

Shades of Electric Blue #70EAFD

Tints of Electric Blue #70EAFD

Color information

#70EAFD (or 0x70EAFD) is unknown color: approx Electric Blue. HEX triplet: 70, EA and FD. RGB value is (112,234,253). Sum of RGB (Red+Green+Blue) = 112+234+253=599 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.70% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #70EAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EAFD is #8F1502. Grayscale: #C7C7C7. Windows color (decimal): -9377027 or 16640624. OLE color: 16640624.

HSL color Cylindrical-coordinate representation of color #70EAFD: hue angle of 188.09º 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 #70EAFD is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB112234253-
CMYK0.560.0800.01
HSL188.09º97.24%71.57%-
HSV(B)188.09º55.73%99.22%-
XYZ53.8369.38103.48-
YUV199.69158.0865.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.70%
GREEN value IS 234 (91.80% from 255) = 39.07%
BLUE value IS 253 (99.22% from 255) = 42.24%
R=18.70%
G=39.07%
B=42.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1122342530.560.0800.01188.0997.2471.57
Hex70EAFD38801bc6148
Octal160352375701001274141110
Binary111000011101010111111011110001000011011110011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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