Html Css Color HEX #83EFE5 Electric Blue

📋 copy color: '#83EFE5'

red 131 ◦ green 239 ◦ blue 229

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

Shades of Electric Blue #83EFE5

Tints of Electric Blue #83EFE5

RGB

 RED value IS 131 (51.56% from 255) = 21.87%

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

 BLUE value IS 229 (89.84% from 255) = 38.23%

R = 21.87%
G = 39.9%
B = 38.23%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#83EFE5 (or 0x83EFE5) is known color: Electric Blue. HEX triplet: 83, EF and E5. RGB value is (131,239,229). Sum of RGB (Red+Green+Blue) = 131+239+229=599 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.87% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 229 (89.84% from 255 or 38.23% from 599); Max value from RGB is 239 - color contains mainly: green. Hex color #83EFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EFE5 is #7C101A. Grayscale: #CDCDCD. Windows color (decimal): -8130587 or 15069059. OLE color: 15069059.

HSL color Cylindrical-coordinate representation of color #83EFE5: hue angle of 174.44º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83EFE5 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 239 229 -
CMYK 0.45 0 0.04 0.06
HSL 174.44º 0.77% 0.73% -
HSV(B) 174.44º 0.45% 0.94% -
XYZ 54.37 72.22 85.2 -
YUV 205.57 141.22 74.81 -
System Red Green Blue C M Y K H S L
Decimal 131 239 229 0.45 0 0.04 0.06 174.44 0.77 0.73
Hex 83 EF E5 2D 0 4 6 AE 4D 49
Octal 203 357 345 55 0 4 6 256 115 111
Binary 10000011 11101111 11100101 101101 0 100 110 10101110 1001101 1001001

Color Harmonies of #83EFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EFE5

Black with #83EFE5

Text Example


Text Example

White with #83EFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83EFE5; }

 p { color: rgb(131,239,229); }

 H1.HeaderClassName
 {
   color: #83EFE5;
 }
 .AnyTagClassName
 {
   color: #83EFE5;
 }
</style>

background-color css

<style>
 a { background-color: #83EFE5; }

 a { background-color: rgb(131,239,229); }

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

border-color css

<style>
 span { border-color: #83EFE5; }

 span { border-color: rgb(131,239,229); }

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