Html Css Color HEX #70EFFF Electric Blue

📋 copy color: '#70EFFF'

red 112 ◦ green 239 ◦ blue 255

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

Shades of Electric Blue #70EFFF

Tints of Electric Blue #70EFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.44%

 BLUE value IS 255 (100% from 255) = 42.08%

R = 18.48%
G = 39.44%
B = 42.08%

CMYK

 C value IS 0.56

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#70EFFF (or 0x70EFFF) is known color: Electric Blue. HEX triplet: 70, EF and FF. RGB value is (112,239,255). Sum of RGB (Red+Green+Blue) = 112+239+255=606 (80% of max value = 765). Red value is 112 (44.14% from 255 or 18.48% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #70EFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EFFF is #8F1000. Grayscale: #CACACA. Windows color (decimal): -9375745 or 16772976. OLE color: 16772976.

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

Color convert

RGB 112 239 255 -
CMYK 0.56 0.06 0 0
HSL 186.71º 1% 0.72% -
HSV(B) 186.71º 0.56% 1% -
XYZ 55.6 72.4 105.65 -
YUV 202.85 157.42 63.2 -
System Red Green Blue C M Y K H S L
Decimal 112 239 255 0.56 0.06 0 0 186.71 1 0.72
Hex 70 EF FF 38 6 0 0 BB 64 48
Octal 160 357 377 70 6 0 0 273 144 110
Binary 1110000 11101111 11111111 111000 110 0 0 10111011 1100100 1001000

Color Harmonies of #70EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EFFF

Black with #70EFFF

Text Example


Text Example

White with #70EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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