#70ECFF

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

Shades of Electric Blue #70ECFF

Tints of Electric Blue #70ECFF

Color information

#70ECFF (or 0x70ECFF) is unknown color: approx Electric Blue. HEX triplet: 70, EC and FF. RGB value is (112,236,255). Sum of RGB (Red+Green+Blue) = 112+236+255=603 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.57% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #70ECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70ECFF is #8F1300. Grayscale: #C8C8C8. Windows color (decimal): -9376513 or 16772208. OLE color: 16772208.

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

Color convert

RGB112236255-
CMYK0.560.0700
HSL187.97º100%71.96%-
HSV(B)187.97º56.08%100%-
XYZ54.7370.66105.36-
YUV201.09158.4264.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.57%
GREEN value IS 236 (92.58% from 255) = 39.14%
BLUE value IS 255 (100% from 255) = 42.29%
R=18.57%
G=39.14%
B=42.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1122362550.560.0700187.9710071.96
Hex70ECFF38700bc6448
Octal16035437770700274144110
Binary11100001110110011111111111000111001011110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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