Html Css Color HEX #83FFF3 Electric Blue

📋 copy color: '#83FFF3'

red 131 ◦ green 255 ◦ blue 243

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

Shades of Electric Blue #83FFF3

Tints of Electric Blue #83FFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.63%

R = 20.83%
G = 40.54%
B = 38.63%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#83FFF3 (or 0x83FFF3) is known color: Electric Blue. HEX triplet: 83, FF and F3. RGB value is (131,255,243). Sum of RGB (Red+Green+Blue) = 131+255+243=629 (83% of max value = 765). Red value is 131 (51.56% from 255 or 20.83% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #83FFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FFF3 is #7C000C. Grayscale: #D8D8D8. Windows color (decimal): -8126477 or 15990659. OLE color: 15990659.

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

Color convert

RGB 131 255 243 -
CMYK 0.49 0 0.05 0
HSL 174.19º 1% 0.76% -
HSV(B) 174.19º 0.49% 1% -
XYZ 61.3 82.82 97.55 -
YUV 216.56 142.92 66.98 -
System Red Green Blue C M Y K H S L
Decimal 131 255 243 0.49 0 0.05 0 174.19 1 0.76
Hex 83 FF F3 31 0 5 0 AE 64 4C
Octal 203 377 363 61 0 5 0 256 144 114
Binary 10000011 11111111 11110011 110001 0 101 0 10101110 1100100 1001100

Color Harmonies of #83FFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FFF3

Black with #83FFF3

Text Example


Text Example

White with #83FFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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