Html Css Color HEX #83FAFF Electric Blue

📋 copy color: '#83FAFF'

red 131 ◦ green 250 ◦ blue 255

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

Shades of Electric Blue #83FAFF

Tints of Electric Blue #83FAFF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.31%

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

R = 20.6%
G = 39.31%
B = 40.09%

CMYK

 C value IS 0.49

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#83FAFF (or 0x83FAFF) is known color: Electric Blue. HEX triplet: 83, FA and FF. RGB value is (131,250,255). Sum of RGB (Red+Green+Blue) = 131+250+255=636 (84% of max value = 765). Red value is 131 (51.56% from 255 or 20.60% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #83FAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FAFF is #7C0500. Grayscale: #D6D6D6. Windows color (decimal): -8127745 or 16775811. OLE color: 16775811.

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

Color convert

RGB 131 250 255 -
CMYK 0.49 0.02 0 0
HSL 182.42º 1% 0.76% -
HSV(B) 182.42º 0.49% 1% -
XYZ 61.6 80.42 106.88 -
YUV 214.99 150.58 68.09 -
System Red Green Blue C M Y K H S L
Decimal 131 250 255 0.49 0.02 0 0 182.42 1 0.76
Hex 83 FA FF 31 2 0 0 B6 64 4C
Octal 203 372 377 61 2 0 0 266 144 114
Binary 10000011 11111010 11111111 110001 10 0 0 10110110 1100100 1001100

Color Harmonies of #83FAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FAFF

Black with #83FAFF

Text Example


Text Example

White with #83FAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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