Html Css Color HEX #83F0FD Electric Blue

📋 copy color: '#83F0FD'

red 131 ◦ green 240 ◦ blue 253

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

Shades of Electric Blue #83F0FD

Tints of Electric Blue #83F0FD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.46%

 BLUE value IS 253 (99.22% from 255) = 40.54%

R = 20.99%
G = 38.46%
B = 40.54%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#83F0FD (or 0x83F0FD) is known color: Electric Blue. HEX triplet: 83, F0 and FD. RGB value is (131,240,253). Sum of RGB (Red+Green+Blue) = 131+240+253=624 (82% of max value = 765). Red value is 131 (51.56% from 255 or 20.99% from 624); Green value is 240 (94.14% from 255 or 38.46% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #83F0FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F0FD is #7C0F02. Grayscale: #D0D0D0. Windows color (decimal): -8130307 or 16642179. OLE color: 16642179.

HSL color Cylindrical-coordinate representation of color #83F0FD: hue angle of 186.39º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83F0FD is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 240 253 -
CMYK 0.48 0.05 0 0.01
HSL 186.39º 0.97% 0.75% -
HSV(B) 186.39º 0.48% 0.99% -
XYZ 58.25 74.24 104.19 -
YUV 208.89 152.89 72.44 -
System Red Green Blue C M Y K H S L
Decimal 131 240 253 0.48 0.05 0 0.01 186.39 0.97 0.75
Hex 83 F0 FD 30 5 0 1 BA 61 4B
Octal 203 360 375 60 5 0 1 272 141 113
Binary 10000011 11110000 11111101 110000 101 0 1 10111010 1100001 1001011

Color Harmonies of #83F0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F0FD

Black with #83F0FD

Text Example


Text Example

White with #83F0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,240,253); }

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

background-color css

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

 a { background-color: rgb(131,240,253); }

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

border-color css

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

 span { border-color: rgb(131,240,253); }

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