Html Css Color HEX #83EEEA Electric Blue

📋 copy color: '#83EEEA'

red 131 ◦ green 238 ◦ blue 234

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

Shades of Electric Blue #83EEEA

Tints of Electric Blue #83EEEA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.47%

 BLUE value IS 234 (91.8% from 255) = 38.81%

R = 21.72%
G = 39.47%
B = 38.81%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#83EEEA (or 0x83EEEA) is known color: Electric Blue. HEX triplet: 83, EE and EA. RGB value is (131,238,234). Sum of RGB (Red+Green+Blue) = 131+238+234=603 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.72% from 603); Green value is 238 (93.36% from 255 or 39.47% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 238 - color contains mainly: green. Hex color #83EEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83EEEA is #7C1115. Grayscale: #CDCDCD. Windows color (decimal): -8130838 or 15396483. OLE color: 15396483.

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

Color convert

RGB 131 238 234 -
CMYK 0.45 0 0.02 0.07
HSL 177.76º 0.76% 0.72% -
HSV(B) 177.76º 0.45% 0.93% -
XYZ 54.79 71.91 88.84 -
YUV 205.55 144.05 74.83 -
System Red Green Blue C M Y K H S L
Decimal 131 238 234 0.45 0 0.02 0.07 177.76 0.76 0.72
Hex 83 EE EA 2D 0 2 7 B2 4C 48
Octal 203 356 352 55 0 2 7 262 114 110
Binary 10000011 11101110 11101010 101101 0 10 111 10110010 1001100 1001000

Color Harmonies of #83EEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EEEA

Black with #83EEEA

Text Example


Text Example

White with #83EEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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