Html Css Color HEX #83E5EF Electric Blue

📋 copy color: '#83E5EF'

red 131 ◦ green 229 ◦ blue 239

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

Shades of Electric Blue #83E5EF

Tints of Electric Blue #83E5EF

RGB

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

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

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

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

CMYK

 C value IS 0.45

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#83E5EF (or 0x83E5EF) is known color: Electric Blue. HEX triplet: 83, E5 and EF. RGB value is (131,229,239). Sum of RGB (Red+Green+Blue) = 131+229+239=599 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.87% from 599); Green value is 229 (89.84% from 255 or 38.23% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #83E5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83E5EF is #7C1A10. Grayscale: #C8C8C8. Windows color (decimal): -8133137 or 15721859. OLE color: 15721859.

HSL color Cylindrical-coordinate representation of color #83E5EF: hue angle of 185.56º 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 #83E5EF is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 229 239 -
CMYK 0.45 0.04 0 0.06
HSL 185.56º 0.77% 0.73% -
HSV(B) 185.56º 0.45% 0.94% -
XYZ 52.96 67.1 91.82 -
YUV 200.84 149.53 78.19 -
System Red Green Blue C M Y K H S L
Decimal 131 229 239 0.45 0.04 0 0.06 185.56 0.77 0.73
Hex 83 E5 EF 2D 4 0 6 BA 4D 49
Octal 203 345 357 55 4 0 6 272 115 111
Binary 10000011 11100101 11101111 101101 100 0 110 10111010 1001101 1001001

Color Harmonies of #83E5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83E5EF

Black with #83E5EF

Text Example


Text Example

White with #83E5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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