Html Css Color HEX #71EAFE Electric Blue

📋 copy color: '#71EAFE'

red 113 ◦ green 234 ◦ blue 254

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

Shades of Electric Blue #71EAFE

Tints of Electric Blue #71EAFE

RGB

 RED value IS 113 (44.53% from 255) = 18.8%

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

 BLUE value IS 254 (99.61% from 255) = 42.26%

R = 18.8%
G = 38.94%
B = 42.26%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#71EAFE (or 0x71EAFE) is known color: Electric Blue. HEX triplet: 71, EA and FE. RGB value is (113,234,254). Sum of RGB (Red+Green+Blue) = 113+234+254=601 (79% of max value = 765). Red value is 113 (44.53% from 255 or 18.80% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #71EAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71EAFE is #8E1501. Grayscale: #C7C7C7. Windows color (decimal): -9311490 or 16706161. OLE color: 16706161.

HSL color Cylindrical-coordinate representation of color #71EAFE: hue angle of 188.51º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71EAFE is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 234 254 -
CMYK 0.56 0.08 0 0.00
HSL 188.51º 0.99% 0.72% -
HSV(B) 188.51º 0.56% 1% -
XYZ 54.12 69.51 104.33 -
YUV 200.1 158.41 65.87 -
System Red Green Blue C M Y K H S L
Decimal 113 234 254 0.56 0.08 0 0.00 188.51 0.99 0.72
Hex 71 EA FE 38 8 0 0 BD 63 48
Octal 161 352 376 70 10 0 0 275 143 110
Binary 1110001 11101010 11111110 111000 1000 0 0 10111101 1100011 1001000

Color Harmonies of #71EAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EAFE

Black with #71EAFE

Text Example


Text Example

White with #71EAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71EAFE; }

 p { color: rgb(113,234,254); }

 H1.HeaderClassName
 {
   color: #71EAFE;
 }
 .AnyTagClassName
 {
   color: #71EAFE;
 }
</style>

background-color css

<style>
 a { background-color: #71EAFE; }

 a { background-color: rgb(113,234,254); }

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

border-color css

<style>
 span { border-color: #71EAFE; }

 span { border-color: rgb(113,234,254); }

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