Html Css Color HEX #83F5FE Electric Blue

📋 copy color: '#83F5FE'

red 131 ◦ green 245 ◦ blue 254

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

Shades of Electric Blue #83F5FE

Tints of Electric Blue #83F5FE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.89%

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

R = 20.79%
G = 38.89%
B = 40.32%

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

#83F5FE (or 0x83F5FE) is known color: Electric Blue. HEX triplet: 83, F5 and FE. RGB value is (131,245,254). Sum of RGB (Red+Green+Blue) = 131+245+254=630 (83% of max value = 765). Red value is 131 (51.56% from 255 or 20.79% from 630); Green value is 245 (96.09% from 255 or 38.89% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #83F5FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F5FE is #7C0A01. Grayscale: #D3D3D3. Windows color (decimal): -8129026 or 16708995. OLE color: 16708995.

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

Color convert

RGB 131 245 254 -
CMYK 0.48 0.04 0 0.00
HSL 184.39º 0.98% 0.75% -
HSV(B) 184.39º 0.48% 1% -
XYZ 59.9 77.29 105.53 -
YUV 211.94 151.73 70.27 -
System Red Green Blue C M Y K H S L
Decimal 131 245 254 0.48 0.04 0 0.00 184.39 0.98 0.75
Hex 83 F5 FE 30 4 0 0 B8 62 4B
Octal 203 365 376 60 4 0 0 270 142 113
Binary 10000011 11110101 11111110 110000 100 0 0 10111000 1100010 1001011

Color Harmonies of #83F5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F5FE

Black with #83F5FE

Text Example


Text Example

White with #83F5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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