#83EAFC

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

Shades of Electric Blue #83EAFC

Tints of Electric Blue #83EAFC

Color information

#83EAFC (or 0x83EAFC) is unknown color: approx Electric Blue. HEX triplet: 83, EA and FC. RGB value is (131,234,252). Sum of RGB (Red+Green+Blue) = 131+234+252=617 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.23% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #83EAFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83EAFC is #7C1503. Grayscale: #CDCDCD. Windows color (decimal): -8131844 or 16575107. OLE color: 16575107.

HSL color Cylindrical-coordinate representation of color #83EAFC: hue angle of 188.93º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83EAFC is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB131234252-
CMYK0.480.0700.01
HSL188.93º95.28%75.1%-
HSV(B)188.93º48.02%98.82%-
XYZ56.3570.7102.77-
YUV205.26154.3875.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.23%
GREEN value IS 234 (91.80% from 255) = 37.93%
BLUE value IS 252 (98.83% from 255) = 40.84%
R=21.23%
G=37.93%
B=40.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1312342520.480.0700.01188.9395.2875.1
Hex83EAFC30701bd5f4b
Octal20335237460701275137113
Binary100000111110101011111100110000111011011110110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83EAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,234,252); }

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

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

 a { background-color: rgb(131,234,252); }

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

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

 span { border-color: rgb(131,234,252); }

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