Html Css Color HEX #83F8F5 Electric Blue

📋 copy color: '#83F8F5'

red 131 ◦ green 248 ◦ blue 245

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

Shades of Electric Blue #83F8F5

Tints of Electric Blue #83F8F5

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.74%

 BLUE value IS 245 (96.09% from 255) = 39.26%

R = 20.99%
G = 39.74%
B = 39.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#83F8F5 (or 0x83F8F5) is known color: Electric Blue. HEX triplet: 83, F8 and F5. RGB value is (131,248,245). Sum of RGB (Red+Green+Blue) = 131+248+245=624 (82% of max value = 765). Red value is 131 (51.56% from 255 or 20.99% from 624); Green value is 248 (97.27% from 255 or 39.74% from 624); Blue value is 245 (96.09% from 255 or 39.26% from 624); Max value from RGB is 248 - color contains mainly: green. Hex color #83F8F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83F8F5 is #7C070A. Grayscale: #D4D4D4. Windows color (decimal): -8128267 or 16119939. OLE color: 16119939.

HSL color Cylindrical-coordinate representation of color #83F8F5: hue angle of 178.46º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F8F5 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB 131 248 245 -
CMYK 0.47 0 0.01 0.03
HSL 178.46º 0.89% 0.74% -
HSV(B) 178.46º 0.47% 0.97% -
XYZ 59.41 78.55 98.42 -
YUV 212.68 146.24 69.74 -
System Red Green Blue C M Y K H S L
Decimal 131 248 245 0.47 0 0.01 0.03 178.46 0.89 0.74
Hex 83 F8 F5 2F 0 1 3 B2 59 4A
Octal 203 370 365 57 0 1 3 262 131 112
Binary 10000011 11111000 11110101 101111 0 1 11 10110010 1011001 1001010

Color Harmonies of #83F8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F8F5

Black with #83F8F5

Text Example


Text Example

White with #83F8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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