Html Css Color HEX #83F7FE Electric Blue

📋 copy color: '#83F7FE'

red 131 ◦ green 247 ◦ blue 254

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

Shades of Electric Blue #83F7FE

Tints of Electric Blue #83F7FE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 39.08%

 BLUE value IS 254 (99.61% from 255) = 40.19%

R = 20.73%
G = 39.08%
B = 40.19%

CMYK

 C value IS 0.48

 M value IS 0.03

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#83F7FE (or 0x83F7FE) is known color: Electric Blue. HEX triplet: 83, F7 and FE. RGB value is (131,247,254). Sum of RGB (Red+Green+Blue) = 131+247+254=632 (83% of max value = 765). Red value is 131 (51.56% from 255 or 20.73% from 632); Green value is 247 (96.88% from 255 or 39.08% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #83F7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F7FE is #7C0801. Grayscale: #D4D4D4. Windows color (decimal): -8128514 or 16709507. OLE color: 16709507.

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

Color convert

RGB 131 247 254 -
CMYK 0.48 0.03 0 0.00
HSL 183.41º 0.98% 0.75% -
HSV(B) 183.41º 0.48% 1% -
XYZ 60.51 78.5 105.73 -
YUV 213.11 151.07 69.43 -
System Red Green Blue C M Y K H S L
Decimal 131 247 254 0.48 0.03 0 0.00 183.41 0.98 0.75
Hex 83 F7 FE 30 3 0 0 B7 62 4B
Octal 203 367 376 60 3 0 0 267 142 113
Binary 10000011 11110111 11111110 110000 11 0 0 10110111 1100010 1001011

Color Harmonies of #83F7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F7FE

Black with #83F7FE

Text Example


Text Example

White with #83F7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,247,254); }

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

background-color css

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

 a { background-color: rgb(131,247,254); }

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

border-color css

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

 span { border-color: rgb(131,247,254); }

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