Html Css Color HEX #71EFFF Electric Blue

📋 copy color: '#71EFFF'

red 113 ◦ green 239 ◦ blue 255

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

Shades of Electric Blue #71EFFF

Tints of Electric Blue #71EFFF

RGB

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

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

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

R = 18.62%
G = 39.37%
B = 42.01%

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

#71EFFF (or 0x71EFFF) is known color: Electric Blue. HEX triplet: 71, EF and FF. RGB value is (113,239,255). Sum of RGB (Red+Green+Blue) = 113+239+255=607 (80% of max value = 765). Red value is 113 (44.53% from 255 or 18.62% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #71EFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71EFFF is #8E1000. Grayscale: #CACACA. Windows color (decimal): -9310209 or 16772977. OLE color: 16772977.

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

Color convert

RGB 113 239 255 -
CMYK 0.56 0.06 0 0
HSL 186.76º 1% 0.72% -
HSV(B) 186.76º 0.56% 1% -
XYZ 55.73 72.46 105.66 -
YUV 203.15 157.26 63.7 -
System Red Green Blue C M Y K H S L
Decimal 113 239 255 0.56 0.06 0 0 186.76 1 0.72
Hex 71 EF FF 38 6 0 0 BB 64 48
Octal 161 357 377 70 6 0 0 273 144 110
Binary 1110001 11101111 11111111 111000 110 0 0 10111011 1100100 1001000

Color Harmonies of #71EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EFFF

Black with #71EFFF

Text Example


Text Example

White with #71EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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