Html Css Color HEX #83FBED Electric Blue

📋 copy color: '#83FBED'

red 131 ◦ green 251 ◦ blue 237

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

Shades of Electric Blue #83FBED

Tints of Electric Blue #83FBED

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.55%

 BLUE value IS 237 (92.97% from 255) = 38.29%

R = 21.16%
G = 40.55%
B = 38.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#83FBED (or 0x83FBED) is known color: Electric Blue. HEX triplet: 83, FB and ED. RGB value is (131,251,237). Sum of RGB (Red+Green+Blue) = 131+251+237=619 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.16% from 619); Green value is 251 (98.44% from 255 or 40.55% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 251 - color contains mainly: green. Hex color #83FBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FBED is #7C0412. Grayscale: #D5D5D5. Windows color (decimal): -8127507 or 15596419. OLE color: 15596419.

HSL color Cylindrical-coordinate representation of color #83FBED: hue angle of 173º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FBED is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 251 237 -
CMYK 0.48 0 0.06 0.02
HSL 173º 0.94% 0.75% -
HSV(B) 173º 0.48% 0.98% -
XYZ 59.14 79.93 92.43 -
YUV 213.52 141.24 69.14 -
System Red Green Blue C M Y K H S L
Decimal 131 251 237 0.48 0 0.06 0.02 173 0.94 0.75
Hex 83 FB ED 30 0 6 2 AD 5E 4B
Octal 203 373 355 60 0 6 2 255 136 113
Binary 10000011 11111011 11101101 110000 0 110 10 10101101 1011110 1001011

Color Harmonies of #83FBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FBED

Black with #83FBED

Text Example


Text Example

White with #83FBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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