#83EBFF

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

Shades of Electric Blue #83EBFF

Tints of Electric Blue #83EBFF

Color information

#83EBFF (or 0x83EBFF) is unknown color: approx Electric Blue. HEX triplet: 83, EB and FF. RGB value is (131,235,255). Sum of RGB (Red+Green+Blue) = 131+235+255=621 (82% of max value = 765). Red value is 131 (51.56% from 255 or 21.10% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #83EBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83EBFF is #7C1400. Grayscale: #CECECE. Windows color (decimal): -8131585 or 16771971. OLE color: 16771971.

HSL color Cylindrical-coordinate representation of color #83EBFF: hue angle of 189.68º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83EBFF is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB131235255-
CMYK0.490.0800
HSL189.68º100%75.69%-
HSV(B)189.68º48.63%100%-
XYZ57.1271.46105.39-
YUV206.18155.5474.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.10%
GREEN value IS 235 (92.19% from 255) = 37.84%
BLUE value IS 255 (100% from 255) = 41.06%
R=21.10%
G=37.84%
B=41.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1312352550.490.0800189.6810075.69
Hex83EBFF31800be644c
Octal203353377611000276144114
Binary1000001111101011111111111100011000001011111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,235,255); }

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

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

 a { background-color: rgb(131,235,255); }

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

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

 span { border-color: rgb(131,235,255); }

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