#83E8FA

Color #83E8FA Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #83E8FA

Tints of Electric Blue #83E8FA

Color information

#83E8FA (or 0x83E8FA) is unknown color: approx Electric Blue. HEX triplet: 83, E8 and FA. RGB value is (131,232,250). Sum of RGB (Red+Green+Blue) = 131+232+250=613 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.37% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #83E8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83E8FA is #7C1705. Grayscale: #CBCBCB. Windows color (decimal): -8132358 or 16443523. OLE color: 16443523.

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

Color convert

RGB131232250-
CMYK0.480.0700.02
HSL189.08º92.25%74.71%-
HSV(B)189.08º47.6%98.04%-
XYZ55.4769.44100.92-
YUV203.85154.0476.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.37%
GREEN value IS 232 (91.02% from 255) = 37.85%
BLUE value IS 250 (98.05% from 255) = 40.78%
R=21.37%
G=37.85%
B=40.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312322500.480.0700.02189.0892.2574.71
Hex83E8FA30702bd5c4b
Octal20335037260702275134113
Binary1000001111101000111110101100001110101011110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83E8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #83E8FA;
 }
 .AnyTagClassName
 {
   color: #83E8FA;
 }
</style>
background-color css

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

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

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

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

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

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