Html Css Color HEX #83F3FE Electric Blue

📋 copy color: '#83F3FE'

red 131 ◦ green 243 ◦ blue 254

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

Shades of Electric Blue #83F3FE

Tints of Electric Blue #83F3FE

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.69%

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

R = 20.86%
G = 38.69%
B = 40.45%

CMYK

 C value IS 0.48

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#83F3FE (or 0x83F3FE) is known color: Electric Blue. HEX triplet: 83, F3 and FE. RGB value is (131,243,254). Sum of RGB (Red+Green+Blue) = 131+243+254=628 (83% of max value = 765). Red value is 131 (51.56% from 255 or 20.86% from 628); Green value is 243 (95.31% from 255 or 38.69% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #83F3FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F3FE is #7C0C01. Grayscale: #D2D2D2. Windows color (decimal): -8129538 or 16708483. OLE color: 16708483.

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

Color convert

RGB 131 243 254 -
CMYK 0.48 0.04 0 0.00
HSL 185.37º 0.98% 0.75% -
HSV(B) 185.37º 0.48% 1% -
XYZ 59.3 76.08 105.33 -
YUV 210.77 152.39 71.11 -
System Red Green Blue C M Y K H S L
Decimal 131 243 254 0.48 0.04 0 0.00 185.37 0.98 0.75
Hex 83 F3 FE 30 4 0 0 B9 62 4B
Octal 203 363 376 60 4 0 0 271 142 113
Binary 10000011 11110011 11111110 110000 100 0 0 10111001 1100010 1001011

Color Harmonies of #83F3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F3FE

Black with #83F3FE

Text Example


Text Example

White with #83F3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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