#83E7FF

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

Shades of Electric Blue #83E7FF

Tints of Electric Blue #83E7FF

Color information

#83E7FF (or 0x83E7FF) is unknown color: approx Electric Blue. HEX triplet: 83, E7 and FF. RGB value is (131,231,255). Sum of RGB (Red+Green+Blue) = 131+231+255=617 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.23% from 617); Green value is 231 (90.62% from 255 or 37.44% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #83E7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83E7FF is #7C1800. Grayscale: #CBCBCB. Windows color (decimal): -8132609 or 16770947. OLE color: 16770947.

HSL color Cylindrical-coordinate representation of color #83E7FF: hue angle of 191.61º 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 #83E7FF is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB131231255-
CMYK0.490.0900
HSL191.61º100%75.69%-
HSV(B)191.61º48.63%100%-
XYZ55.9969.2105.01-
YUV203.84156.8776.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.23%
GREEN value IS 231 (90.62% from 255) = 37.44%
BLUE value IS 255 (100% from 255) = 41.33%
R=21.23%
G=37.44%
B=41.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1312312550.490.0900191.6110075.69
Hex83E7FF31900c0644c
Octal203347377611100300144114
Binary1000001111100111111111111100011001001100000011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83E7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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