#70EEFF

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

Shades of Electric Blue #70EEFF

Tints of Electric Blue #70EEFF

Color information

#70EEFF (or 0x70EEFF) is unknown color: approx Electric Blue. HEX triplet: 70, EE and FF. RGB value is (112,238,255). Sum of RGB (Red+Green+Blue) = 112+238+255=605 (80% of max value = 765). Red value is 112 (44.14% from 255 or 18.51% from 605); Green value is 238 (93.36% from 255 or 39.34% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #70EEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EEFF is #8F1100. Grayscale: #CACACA. Windows color (decimal): -9376001 or 16772720. OLE color: 16772720.

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

Color convert

RGB112238255-
CMYK0.560.0700
HSL187.13º100%71.96%-
HSV(B)187.13º56.08%100%-
XYZ55.3171.81105.55-
YUV202.26157.7663.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.51%
GREEN value IS 238 (93.36% from 255) = 39.34%
BLUE value IS 255 (100% from 255) = 42.15%
R=18.51%
G=39.34%
B=42.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1122382550.560.0700187.1310071.96
Hex70EEFF38700bb6448
Octal16035637770700273144110
Binary11100001110111011111111111000111001011101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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