Html Css Color HEX #83E7FB Electric Blue

📋 copy color: '#83E7FB'

red 131 ◦ green 231 ◦ blue 251

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

Shades of Electric Blue #83E7FB

Tints of Electric Blue #83E7FB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.68%

 BLUE value IS 251 (98.44% from 255) = 40.95%

R = 21.37%
G = 37.68%
B = 40.95%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#83E7FB (or 0x83E7FB) is known color: Electric Blue. HEX triplet: 83, E7 and FB. RGB value is (131,231,251). Sum of RGB (Red+Green+Blue) = 131+231+251=613 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.37% from 613); Green value is 231 (90.62% from 255 or 37.68% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #83E7FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83E7FB is #7C1804. Grayscale: #CBCBCB. Windows color (decimal): -8132613 or 16508803. OLE color: 16508803.

HSL color Cylindrical-coordinate representation of color #83E7FB: hue angle of 190º degrees, saturation: 0.94, 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 #83E7FB is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 231 251 -
CMYK 0.48 0.08 0 0.02
HSL 190º 0.94% 0.75% -
HSV(B) 190º 0.48% 0.98% -
XYZ 55.35 68.94 101.66 -
YUV 203.38 154.87 76.37 -
System Red Green Blue C M Y K H S L
Decimal 131 231 251 0.48 0.08 0 0.02 190 0.94 0.75
Hex 83 E7 FB 30 8 0 2 BE 5E 4B
Octal 203 347 373 60 10 0 2 276 136 113
Binary 10000011 11100111 11111011 110000 1000 0 10 10111110 1011110 1001011

Color Harmonies of #83E7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83E7FB

Black with #83E7FB

Text Example


Text Example

White with #83E7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,231,251); }

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

background-color css

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

 a { background-color: rgb(131,231,251); }

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

border-color css

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

 span { border-color: rgb(131,231,251); }

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