Html Css Color HEX #71F1FF Electric Blue

📋 copy color: '#71F1FF'

red 113 ◦ green 241 ◦ blue 255

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

Shades of Electric Blue #71F1FF

Tints of Electric Blue #71F1FF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.57%

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

R = 18.56%
G = 39.57%
B = 41.87%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#71F1FF (or 0x71F1FF) is known color: Electric Blue. HEX triplet: 71, F1 and FF. RGB value is (113,241,255). Sum of RGB (Red+Green+Blue) = 113+241+255=609 (80% of max value = 765). Red value is 113 (44.53% from 255 or 18.56% from 609); Green value is 241 (94.53% from 255 or 39.57% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #71F1FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71F1FF is #8E0E00. Grayscale: #CCCCCC. Windows color (decimal): -9309697 or 16773489. OLE color: 16773489.

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

Color convert

RGB 113 241 255 -
CMYK 0.56 0.05 0 0
HSL 185.92º 1% 0.72% -
HSV(B) 185.92º 0.56% 1% -
XYZ 56.32 73.64 105.85 -
YUV 204.32 156.59 62.86 -
System Red Green Blue C M Y K H S L
Decimal 113 241 255 0.56 0.05 0 0 185.92 1 0.72
Hex 71 F1 FF 38 5 0 0 BA 64 48
Octal 161 361 377 70 5 0 0 272 144 110
Binary 1110001 11110001 11111111 111000 101 0 0 10111010 1100100 1001000

Color Harmonies of #71F1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71F1FF

Black with #71F1FF

Text Example


Text Example

White with #71F1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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