#70E9FE

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

Shades of Electric Blue #70E9FE

Tints of Electric Blue #70E9FE

Color information

#70E9FE (or 0x70E9FE) is unknown color: approx Electric Blue. HEX triplet: 70, E9 and FE. RGB value is (112,233,254). Sum of RGB (Red+Green+Blue) = 112+233+254=599 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.70% from 599); Green value is 233 (91.41% from 255 or 38.90% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #70E9FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70E9FE is #8F1601. Grayscale: #C7C7C7. Windows color (decimal): -9377282 or 16705904. OLE color: 16705904.

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

Color convert

RGB112233254-
CMYK0.560.0800.00
HSL188.87º98.61%71.76%-
HSV(B)188.87º55.91%99.61%-
XYZ53.7168.88104.23-
YUV199.21158.9165.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.70%
GREEN value IS 233 (91.41% from 255) = 38.90%
BLUE value IS 254 (99.61% from 255) = 42.40%
R=18.70%
G=38.90%
B=42.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1122332540.560.0800.00188.8798.6171.76
Hex70E9FE38800bd6348
Octal160351376701000275143110
Binary111000011101001111111101110001000001011110111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,233,254); }

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

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

 a { background-color: rgb(112,233,254); }

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

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

 span { border-color: rgb(112,233,254); }

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