Html Css Color HEX #83FFF5 Electric Blue

📋 copy color: '#83FFF5'

red 131 ◦ green 255 ◦ blue 245

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

Shades of Electric Blue #83FFF5

Tints of Electric Blue #83FFF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.83%

R = 20.76%
G = 40.41%
B = 38.83%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#83FFF5 (or 0x83FFF5) is known color: Electric Blue. HEX triplet: 83, FF and F5. RGB value is (131,255,245). Sum of RGB (Red+Green+Blue) = 131+255+245=631 (83% of max value = 765). Red value is 131 (51.56% from 255 or 20.76% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 245 (96.09% from 255 or 38.83% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #83FFF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FFF5 is #7C000A. Grayscale: #D8D8D8. Windows color (decimal): -8126475 or 16121731. OLE color: 16121731.

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

Color convert

RGB 131 255 245 -
CMYK 0.49 0 0.04 0
HSL 175.16º 1% 0.76% -
HSV(B) 175.16º 0.49% 1% -
XYZ 61.6 82.94 99.15 -
YUV 216.78 143.92 66.81 -
System Red Green Blue C M Y K H S L
Decimal 131 255 245 0.49 0 0.04 0 175.16 1 0.76
Hex 83 FF F5 31 0 4 0 AF 64 4C
Octal 203 377 365 61 0 4 0 257 144 114
Binary 10000011 11111111 11110101 110001 0 100 0 10101111 1100100 1001100

Color Harmonies of #83FFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FFF5

Black with #83FFF5

Text Example


Text Example

White with #83FFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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