Html Css Color HEX #83F2F6 Electric Blue

📋 copy color: '#83F2F6'

red 131 ◦ green 242 ◦ blue 246

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

Shades of Electric Blue #83F2F6

Tints of Electric Blue #83F2F6

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.1%

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

R = 21.16%
G = 39.1%
B = 39.74%

CMYK

 C value IS 0.47

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#83F2F6 (or 0x83F2F6) is known color: Electric Blue. HEX triplet: 83, F2 and F6. RGB value is (131,242,246). Sum of RGB (Red+Green+Blue) = 131+242+246=619 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.16% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 246 (96.48% from 255 or 39.74% from 619); Max value from RGB is 246 - color contains mainly: blue. Hex color #83F2F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F2F6 is #7C0D09. Grayscale: #D1D1D1. Windows color (decimal): -8129802 or 16183939. OLE color: 16183939.

HSL color Cylindrical-coordinate representation of color #83F2F6: hue angle of 182.09º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F2F6 is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 131 242 246 -
CMYK 0.47 0.02 0 0.04
HSL 182.09º 0.86% 0.74% -
HSV(B) 182.09º 0.47% 0.96% -
XYZ 57.75 74.98 98.62 -
YUV 209.27 148.73 72.17 -
System Red Green Blue C M Y K H S L
Decimal 131 242 246 0.47 0.02 0 0.04 182.09 0.86 0.74
Hex 83 F2 F6 2F 2 0 4 B6 56 4A
Octal 203 362 366 57 2 0 4 266 126 112
Binary 10000011 11110010 11110110 101111 10 0 100 10110110 1010110 1001010

Color Harmonies of #83F2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F2F6

Black with #83F2F6

Text Example


Text Example

White with #83F2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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