Html Css Color HEX #83FAF6 Electric Blue

📋 copy color: '#83FAF6'

red 131 ◦ green 250 ◦ blue 246

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

Shades of Electric Blue #83FAF6

Tints of Electric Blue #83FAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 39.23%

R = 20.89%
G = 39.87%
B = 39.23%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#83FAF6 (or 0x83FAF6) is known color: Electric Blue. HEX triplet: 83, FA and F6. RGB value is (131,250,246). Sum of RGB (Red+Green+Blue) = 131+250+246=627 (83% of max value = 765). Red value is 131 (51.56% from 255 or 20.89% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 246 (96.48% from 255 or 39.23% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #83FAF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FAF6 is #7C0509. Grayscale: #D5D5D5. Windows color (decimal): -8127754 or 16185987. OLE color: 16185987.

HSL color Cylindrical-coordinate representation of color #83FAF6: hue angle of 177.98º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FAF6 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 250 246 -
CMYK 0.48 0 0.02 0.02
HSL 177.98º 0.92% 0.75% -
HSV(B) 177.98º 0.48% 0.98% -
XYZ 60.18 79.85 99.43 -
YUV 213.96 146.08 68.83 -
System Red Green Blue C M Y K H S L
Decimal 131 250 246 0.48 0 0.02 0.02 177.98 0.92 0.75
Hex 83 FA F6 30 0 2 2 B2 5C 4B
Octal 203 372 366 60 0 2 2 262 134 113
Binary 10000011 11111010 11110110 110000 0 10 10 10110010 1011100 1001011

Color Harmonies of #83FAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FAF6

Black with #83FAF6

Text Example


Text Example

White with #83FAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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