Html Css Color HEX #71EAFF Electric Blue

📋 copy color: '#71EAFF'

red 113 ◦ green 234 ◦ blue 255

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

Shades of Electric Blue #71EAFF

Tints of Electric Blue #71EAFF

RGB

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

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

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

R = 18.77%
G = 38.87%
B = 42.36%

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

#71EAFF (or 0x71EAFF) is known color: Electric Blue. HEX triplet: 71, EA and FF. RGB value is (113,234,255). Sum of RGB (Red+Green+Blue) = 113+234+255=602 (79% of max value = 765). Red value is 113 (44.53% from 255 or 18.77% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #71EAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71EAFF is #8E1500. Grayscale: #C8C8C8. Windows color (decimal): -9311489 or 16771697. OLE color: 16771697.

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

Color convert

RGB 113 234 255 -
CMYK 0.56 0.08 0 0
HSL 188.87º 1% 0.72% -
HSV(B) 188.87º 0.56% 1% -
XYZ 54.28 69.58 105.18 -
YUV 200.22 158.91 65.79 -
System Red Green Blue C M Y K H S L
Decimal 113 234 255 0.56 0.08 0 0 188.87 1 0.72
Hex 71 EA FF 38 8 0 0 BD 64 48
Octal 161 352 377 70 10 0 0 275 144 110
Binary 1110001 11101010 11111111 111000 1000 0 0 10111101 1100100 1001000

Color Harmonies of #71EAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EAFF

Black with #71EAFF

Text Example


Text Example

White with #71EAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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