Html Css Color HEX #70F0FC Electric Blue

📋 copy color: '#70F0FC'

red 112 ◦ green 240 ◦ blue 252

#70F0FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #70F0FC

Tints of Electric Blue #70F0FC

RGB

 RED value IS 112 (44.14% from 255) = 18.54%

 GREEN value IS 240 (94.14% from 255) = 39.74%

 BLUE value IS 252 (98.83% from 255) = 41.72%

R = 18.54%
G = 39.74%
B = 41.72%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#70F0FC (or 0x70F0FC) is known color: Electric Blue. HEX triplet: 70, F0 and FC. RGB value is (112,240,252). Sum of RGB (Red+Green+Blue) = 112+240+252=604 (80% of max value = 765). Red value is 112 (44.14% from 255 or 18.54% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #70F0FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70F0FC is #8F0F03. Grayscale: #CACACA. Windows color (decimal): -9375492 or 16576624. OLE color: 16576624.

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

Color convert

RGB 112 240 252 -
CMYK 0.56 0.05 0 0.01
HSL 185.14º 0.96% 0.71% -
HSV(B) 185.14º 0.56% 0.99% -
XYZ 55.41 72.79 103.23 -
YUV 203.1 155.59 63.02 -
System Red Green Blue C M Y K H S L
Decimal 112 240 252 0.56 0.05 0 0.01 185.14 0.96 0.71
Hex 70 F0 FC 38 5 0 1 B9 60 47
Octal 160 360 374 70 5 0 1 271 140 107
Binary 1110000 11110000 11111100 111000 101 0 1 10111001 1100000 1000111

Color Harmonies of #70F0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F0FC

Black with #70F0FC

Text Example


Text Example

White with #70F0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70F0FC;
 }
 .AnyTagClassName
 {
   color: #70F0FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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