#83EEF9

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

Shades of Electric Blue #83EEF9

Tints of Electric Blue #83EEF9

Color information

#83EEF9 (or 0x83EEF9) is unknown color: approx Electric Blue. HEX triplet: 83, EE and F9. RGB value is (131,238,249). Sum of RGB (Red+Green+Blue) = 131+238+249=618 (81% of max value = 765). Red value is 131 (51.56% from 255 or 21.20% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #83EEF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83EEF9 is #7C1106. Grayscale: #CFCFCF. Windows color (decimal): -8130823 or 16379523. OLE color: 16379523.

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

Color convert

RGB131238249-
CMYK0.470.0400.02
HSL185.59º90.77%74.51%-
HSV(B)185.59º47.39%97.65%-
XYZ57.0372.81100.67-
YUV207.26151.5573.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.20%
GREEN value IS 238 (93.36% from 255) = 38.51%
BLUE value IS 249 (97.66% from 255) = 40.29%
R=21.20%
G=38.51%
B=40.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312382490.470.0400.02185.5990.7774.51
Hex83EEF92F402ba5b4b
Octal20335637157402272133113
Binary1000001111101110111110011011111000101011101010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83EEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,238,249); }

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

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

 a { background-color: rgb(131,238,249); }

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

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

 span { border-color: rgb(131,238,249); }

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