#83FCFD

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

Shades of Electric Blue #83FCFD

Tints of Electric Blue #83FCFD

Color information

#83FCFD (or 0x83FCFD) is unknown color: approx Electric Blue. HEX triplet: 83, FC and FD. RGB value is (131,252,253). Sum of RGB (Red+Green+Blue) = 131+252+253=636 (84% of max value = 765). Red value is 131 (51.56% from 255 or 20.60% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #83FCFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83FCFD is #7C0302. Grayscale: #D7D7D7. Windows color (decimal): -8127235 or 16645251. OLE color: 16645251.

HSL color Cylindrical-coordinate representation of color #83FCFD: hue angle of 180.49º degrees, saturation: 0.97, 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 #83FCFD is Cyan = 0.48, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB131252253-
CMYK0.480.0000.01
HSL180.49º96.83%75.29%-
HSV(B)180.49º48.22%99.22%-
XYZ61.981.54105.4-
YUV215.93148.9167.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 20.60%
GREEN value IS 252 (98.83% from 255) = 39.62%
BLUE value IS 253 (99.22% from 255) = 39.78%
R=20.60%
G=39.62%
B=39.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1312522530.480.0000.01180.4996.8375.29
Hex83FCFD30001b4614b
Octal20337437560001264141113
Binary1000001111111100111111011100000011011010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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