Html Css Color HEX #83FFEE Electric Blue

📋 copy color: '#83FFEE'

red 131 ◦ green 255 ◦ blue 238

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

Shades of Electric Blue #83FFEE

Tints of Electric Blue #83FFEE

RGB

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

 GREEN value IS 255 (100% from 255) = 40.87%

 BLUE value IS 238 (93.36% from 255) = 38.14%

R = 20.99%
G = 40.87%
B = 38.14%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#83FFEE (or 0x83FFEE) is known color: Electric Blue. HEX triplet: 83, FF and EE. RGB value is (131,255,238). Sum of RGB (Red+Green+Blue) = 131+255+238=624 (82% of max value = 765). Red value is 131 (51.56% from 255 or 20.99% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #83FFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FFEE is #7C0011. Grayscale: #D7D7D7. Windows color (decimal): -8126482 or 15662979. OLE color: 15662979.

HSL color Cylindrical-coordinate representation of color #83FFEE: hue angle of 171.77º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83FFEE is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 131 255 238 -
CMYK 0.49 0 0.07 0
HSL 171.77º 1% 0.76% -
HSV(B) 171.77º 0.49% 1% -
XYZ 60.55 82.52 93.63 -
YUV 215.99 140.42 67.38 -
System Red Green Blue C M Y K H S L
Decimal 131 255 238 0.49 0 0.07 0 171.77 1 0.76
Hex 83 FF EE 31 0 7 0 AC 64 4C
Octal 203 377 356 61 0 7 0 254 144 114
Binary 10000011 11111111 11101110 110001 0 111 0 10101100 1100100 1001100

Color Harmonies of #83FFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FFEE

Black with #83FFEE

Text Example


Text Example

White with #83FFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,255,238); }

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

background-color css

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

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

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

border-color css

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

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

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