Html Css Color HEX #70E6FD Electric Blue

📋 copy color: '#70E6FD'

red 112 ◦ green 230 ◦ blue 253

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

Shades of Electric Blue #70E6FD

Tints of Electric Blue #70E6FD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.66%

 BLUE value IS 253 (99.22% from 255) = 42.52%

R = 18.82%
G = 38.66%
B = 42.52%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#70E6FD (or 0x70E6FD) is known color: Electric Blue. HEX triplet: 70, E6 and FD. RGB value is (112,230,253). Sum of RGB (Red+Green+Blue) = 112+230+253=595 (78% of max value = 765). Red value is 112 (44.14% from 255 or 18.82% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #70E6FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70E6FD is #8F1902. Grayscale: #C5C5C5. Windows color (decimal): -9378051 or 16639600. OLE color: 16639600.

HSL color Cylindrical-coordinate representation of color #70E6FD: hue angle of 189.79º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70E6FD is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 230 253 -
CMYK 0.56 0.09 0 0.01
HSL 189.79º 0.97% 0.72% -
HSV(B) 189.79º 0.56% 0.99% -
XYZ 52.71 67.13 103.11 -
YUV 197.34 159.41 67.13 -
System Red Green Blue C M Y K H S L
Decimal 112 230 253 0.56 0.09 0 0.01 189.79 0.97 0.72
Hex 70 E6 FD 38 9 0 1 BE 61 48
Octal 160 346 375 70 11 0 1 276 141 110
Binary 1110000 11100110 11111101 111000 1001 0 1 10111110 1100001 1001000

Color Harmonies of #70E6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E6FD

Black with #70E6FD

Text Example


Text Example

White with #70E6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,230,253); }

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

background-color css

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

 a { background-color: rgb(112,230,253); }

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

border-color css

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

 span { border-color: rgb(112,230,253); }

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