#70EBFF

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

Shades of Electric Blue #70EBFF

Tints of Electric Blue #70EBFF

Color information

#70EBFF (or 0x70EBFF) is unknown color: approx Electric Blue. HEX triplet: 70, EB and FF. RGB value is (112,235,255). Sum of RGB (Red+Green+Blue) = 112+235+255=602 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.60% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #70EBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EBFF is #8F1400. Grayscale: #C8C8C8. Windows color (decimal): -9376769 or 16771952. OLE color: 16771952.

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

Color convert

RGB112235255-
CMYK0.560.0800
HSL188.39º100%71.96%-
HSV(B)188.39º56.08%100%-
XYZ54.4470.08105.27-
YUV200.5158.7564.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 18.60%
GREEN value IS 235 (92.19% from 255) = 39.04%
BLUE value IS 255 (100% from 255) = 42.36%
R=18.60%
G=39.04%
B=42.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1122352550.560.0800188.3910071.96
Hex70EBFF38800bc6448
Octal160353377701000274144110
Binary111000011101011111111111110001000001011110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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