#70ECFD

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

Shades of Electric Blue #70ECFD

Tints of Electric Blue #70ECFD

Color information

#70ECFD (or 0x70ECFD) is unknown color: approx Electric Blue. HEX triplet: 70, EC and FD. RGB value is (112,236,253). Sum of RGB (Red+Green+Blue) = 112+236+253=601 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.64% from 601); Green value is 236 (92.58% from 255 or 39.27% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #70ECFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70ECFD is #8F1302. Grayscale: #C8C8C8. Windows color (decimal): -9376515 or 16641136. OLE color: 16641136.

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

Color convert

RGB112236253-
CMYK0.560.0700.01
HSL187.23º97.24%71.57%-
HSV(B)187.23º55.73%99.22%-
XYZ54.4170.53103.67-
YUV200.86157.4264.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.64%
GREEN value IS 236 (92.58% from 255) = 39.27%
BLUE value IS 253 (99.22% from 255) = 42.10%
R=18.64%
G=39.27%
B=42.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1122362530.560.0700.01187.2397.2471.57
Hex70ECFD38701bb6148
Octal16035437570701273141110
Binary11100001110110011111101111000111011011101111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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