Html Css Color HEX #83F1FE Electric Blue

📋 copy color: '#83F1FE'

red 131 ◦ green 241 ◦ blue 254

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

Shades of Electric Blue #83F1FE

Tints of Electric Blue #83F1FE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.5%

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

R = 20.93%
G = 38.5%
B = 40.58%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#83F1FE (or 0x83F1FE) is known color: Electric Blue. HEX triplet: 83, F1 and FE. RGB value is (131,241,254). Sum of RGB (Red+Green+Blue) = 131+241+254=626 (82% of max value = 765). Red value is 131 (51.56% from 255 or 20.93% from 626); Green value is 241 (94.53% from 255 or 38.50% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #83F1FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F1FE is #7C0E01. Grayscale: #D1D1D1. Windows color (decimal): -8130050 or 16707971. OLE color: 16707971.

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

Color convert

RGB 131 241 254 -
CMYK 0.48 0.05 0 0.00
HSL 186.34º 0.98% 0.75% -
HSV(B) 186.34º 0.48% 1% -
XYZ 58.7 74.89 105.13 -
YUV 209.59 153.06 71.94 -
System Red Green Blue C M Y K H S L
Decimal 131 241 254 0.48 0.05 0 0.00 186.34 0.98 0.75
Hex 83 F1 FE 30 5 0 0 BA 62 4B
Octal 203 361 376 60 5 0 0 272 142 113
Binary 10000011 11110001 11111110 110000 101 0 0 10111010 1100010 1001011

Color Harmonies of #83F1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F1FE

Black with #83F1FE

Text Example


Text Example

White with #83F1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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