#83FAFE

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

Shades of Electric Blue #83FAFE

Tints of Electric Blue #83FAFE

Color information

#83FAFE (or 0x83FAFE) is unknown color: approx Electric Blue. HEX triplet: 83, FA and FE. RGB value is (131,250,254). Sum of RGB (Red+Green+Blue) = 131+250+254=635 (84% of max value = 765). Red value is 131 (51.56% from 255 or 20.63% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #83FAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FAFE is #7C0501. Grayscale: #D6D6D6. Windows color (decimal): -8127746 or 16710275. OLE color: 16710275.

HSL color Cylindrical-coordinate representation of color #83FAFE: hue angle of 181.95º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FAFE is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB131250254-
CMYK0.480.0200.00
HSL181.95º98.4%75.49%-
HSV(B)181.95º48.43%99.61%-
XYZ61.4480.35106.04-
YUV214.87150.0868.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 20.63%
GREEN value IS 250 (98.05% from 255) = 39.37%
BLUE value IS 254 (99.61% from 255) = 40%
R=20.63%
G=39.37%
B=40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1312502540.480.0200.00181.9598.475.49
Hex83FAFE30200b6624b
Octal20337237660200266142113
Binary10000011111110101111111011000010001011011011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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