Html Css Color HEX #83EFEF Electric Blue

📋 copy color: '#83EFEF'

red 131 ◦ green 239 ◦ blue 239

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

Shades of Electric Blue #83EFEF

Tints of Electric Blue #83EFEF

RGB

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

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

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

R = 21.51%
G = 39.24%
B = 39.24%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#83EFEF (or 0x83EFEF) is known color: Electric Blue. HEX triplet: 83, EF and EF. RGB value is (131,239,239). Sum of RGB (Red+Green+Blue) = 131+239+239=609 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.51% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #83EFEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83EFEF is #7C1010. Grayscale: #CECECE. Windows color (decimal): -8130577 or 15724419. OLE color: 15724419.

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

Color convert

RGB 131 239 239 -
CMYK 0.45 0 0 0.06
HSL 180º 0.77% 0.73% -
HSV(B) 180º 0.45% 0.94% -
XYZ 55.81 72.79 92.77 -
YUV 206.71 146.22 74 -
System Red Green Blue C M Y K H S L
Decimal 131 239 239 0.45 0 0 0.06 180 0.77 0.73
Hex 83 EF EF 2D 0 0 6 B4 4D 49
Octal 203 357 357 55 0 0 6 264 115 111
Binary 10000011 11101111 11101111 101101 0 0 110 10110100 1001101 1001001

Color Harmonies of #83EFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EFEF

Black with #83EFEF

Text Example


Text Example

White with #83EFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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