#70EBFC

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

Shades of Electric Blue #70EBFC

Tints of Electric Blue #70EBFC

Color information

#70EBFC (or 0x70EBFC) is unknown color: approx Electric Blue. HEX triplet: 70, EB and FC. RGB value is (112,235,252). Sum of RGB (Red+Green+Blue) = 112+235+252=599 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.70% from 599); Green value is 235 (92.19% from 255 or 39.23% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #70EBFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EBFC is #8F1403. Grayscale: #C7C7C7. Windows color (decimal): -9376772 or 16575344. OLE color: 16575344.

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

Color convert

RGB112235252-
CMYK0.560.0700.01
HSL187.29º95.89%71.37%-
HSV(B)187.29º55.56%98.82%-
XYZ53.9669.89102.74-
YUV200.16157.2565.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.70%
GREEN value IS 235 (92.19% from 255) = 39.23%
BLUE value IS 252 (98.83% from 255) = 42.07%
R=18.70%
G=39.23%
B=42.07%

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
Decimal1122352520.560.0700.01187.2995.8971.37
Hex70EBFC38701bb6047
Octal16035337470701273140107
Binary11100001110101111111100111000111011011101111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,235,252); }

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

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

 a { background-color: rgb(112,235,252); }

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

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

 span { border-color: rgb(112,235,252); }

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