Html Css Color HEX #83FDFF Electric Blue

📋 copy color: '#83FDFF'

red 131 ◦ green 253 ◦ blue 255

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

Shades of Electric Blue #83FDFF

Tints of Electric Blue #83FDFF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.59%

 BLUE value IS 255 (100% from 255) = 39.91%

R = 20.5%
G = 39.59%
B = 39.91%

CMYK

 C value IS 0.49

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#83FDFF (or 0x83FDFF) is known color: Electric Blue. HEX triplet: 83, FD and FF. RGB value is (131,253,255). Sum of RGB (Red+Green+Blue) = 131+253+255=639 (84% of max value = 765). Red value is 131 (51.56% from 255 or 20.50% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #83FDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FDFF is #7C0200. Grayscale: #D8D8D8. Windows color (decimal): -8126977 or 16776579. OLE color: 16776579.

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

Color convert

RGB 131 253 255 -
CMYK 0.49 0.01 0 0
HSL 180.97º 1% 0.76% -
HSV(B) 180.97º 0.49% 1% -
XYZ 62.54 82.3 107.2 -
YUV 216.75 149.58 66.84 -
System Red Green Blue C M Y K H S L
Decimal 131 253 255 0.49 0.01 0 0 180.97 1 0.76
Hex 83 FD FF 31 1 0 0 B5 64 4C
Octal 203 375 377 61 1 0 0 265 144 114
Binary 10000011 11111101 11111111 110001 1 0 0 10110101 1100100 1001100

Color Harmonies of #83FDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FDFF

Black with #83FDFF

Text Example


Text Example

White with #83FDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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