#70E9FF

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

Shades of Electric Blue #70E9FF

Tints of Electric Blue #70E9FF

Color information

#70E9FF (or 0x70E9FF) is unknown color: approx Electric Blue. HEX triplet: 70, E9 and FF. RGB value is (112,233,255). Sum of RGB (Red+Green+Blue) = 112+233+255=600 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.67% from 600); Green value is 233 (91.41% from 255 or 38.83% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #70E9FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70E9FF is #8F1600. Grayscale: #C7C7C7. Windows color (decimal): -9377281 or 16771440. OLE color: 16771440.

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

Color convert

RGB112233255-
CMYK0.560.0900
HSL189.23º100%71.96%-
HSV(B)189.23º56.08%100%-
XYZ53.8768.94105.08-
YUV199.33159.4165.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.67%
GREEN value IS 233 (91.41% from 255) = 38.83%
BLUE value IS 255 (100% from 255) = 42.5%
R=18.67%
G=38.83%
B=42.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1122332550.560.0900189.2310071.96
Hex70E9FF38900bd6448
Octal160351377701100275144110
Binary111000011101001111111111110001001001011110111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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