Html Css Color HEX #83EDEA Electric Blue

📋 copy color: '#83EDEA'

red 131 ◦ green 237 ◦ blue 234

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

Shades of Electric Blue #83EDEA

Tints of Electric Blue #83EDEA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.37%

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

R = 21.76%
G = 39.37%
B = 38.87%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#83EDEA (or 0x83EDEA) is known color: Electric Blue. HEX triplet: 83, ED and EA. RGB value is (131,237,234). Sum of RGB (Red+Green+Blue) = 131+237+234=602 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.76% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 237 - color contains mainly: green. Hex color #83EDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83EDEA is #7C1215. Grayscale: #CCCCCC. Windows color (decimal): -8131094 or 15396227. OLE color: 15396227.

HSL color Cylindrical-coordinate representation of color #83EDEA: hue angle of 178.3º degrees, saturation: 0.75, 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 #83EDEA is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 237 234 -
CMYK 0.45 0 0.01 0.07
HSL 178.3º 0.75% 0.72% -
HSV(B) 178.3º 0.45% 0.93% -
XYZ 54.5 71.33 88.74 -
YUV 204.96 144.38 75.24 -
System Red Green Blue C M Y K H S L
Decimal 131 237 234 0.45 0 0.01 0.07 178.3 0.75 0.72
Hex 83 ED EA 2D 0 1 7 B2 4B 48
Octal 203 355 352 55 0 1 7 262 113 110
Binary 10000011 11101101 11101010 101101 0 1 111 10110010 1001011 1001000

Color Harmonies of #83EDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EDEA

Black with #83EDEA

Text Example


Text Example

White with #83EDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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