Html Css Color HEX #70EAFF Electric Blue

📋 copy color: '#70EAFF'

red 112 ◦ green 234 ◦ blue 255

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

Shades of Electric Blue #70EAFF

Tints of Electric Blue #70EAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.94%

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

R = 18.64%
G = 38.94%
B = 42.43%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#70EAFF (or 0x70EAFF) is known color: Electric Blue. HEX triplet: 70, EA and FF. RGB value is (112,234,255). Sum of RGB (Red+Green+Blue) = 112+234+255=601 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.64% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #70EAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EAFF is #8F1500. Grayscale: #C7C7C7. Windows color (decimal): -9377025 or 16771696. OLE color: 16771696.

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

Color convert

RGB 112 234 255 -
CMYK 0.56 0.08 0 0
HSL 188.81º 1% 0.72% -
HSV(B) 188.81º 0.56% 1% -
XYZ 54.15 69.51 105.17 -
YUV 199.92 159.08 65.29 -
System Red Green Blue C M Y K H S L
Decimal 112 234 255 0.56 0.08 0 0 188.81 1 0.72
Hex 70 EA FF 38 8 0 0 BD 64 48
Octal 160 352 377 70 10 0 0 275 144 110
Binary 1110000 11101010 11111111 111000 1000 0 0 10111101 1100100 1001000

Color Harmonies of #70EAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EAFF

Black with #70EAFF

Text Example


Text Example

White with #70EAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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