Html Css Color HEX #83EEE7 Electric Blue

📋 copy color: '#83EEE7'

red 131 ◦ green 238 ◦ blue 231

#83EEE7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #83EEE7

Tints of Electric Blue #83EEE7

RGB

 RED value IS 131 (51.56% from 255) = 21.83%

 GREEN value IS 238 (93.36% from 255) = 39.67%

 BLUE value IS 231 (90.63% from 255) = 38.5%

R = 21.83%
G = 39.67%
B = 38.5%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#83EEE7 (or 0x83EEE7) is known color: Electric Blue. HEX triplet: 83, EE and E7. RGB value is (131,238,231). Sum of RGB (Red+Green+Blue) = 131+238+231=600 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.83% from 600); Green value is 238 (93.36% from 255 or 39.67% from 600); Blue value is 231 (90.62% from 255 or 38.5% from 600); Max value from RGB is 238 - color contains mainly: green. Hex color #83EEE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83EEE7 is #7C1118. Grayscale: #CDCDCD. Windows color (decimal): -8130841 or 15199875. OLE color: 15199875.

HSL color Cylindrical-coordinate representation of color #83EEE7: hue angle of 176.07º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83EEE7 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 238 231 -
CMYK 0.45 0 0.03 0.07
HSL 176.07º 0.76% 0.72% -
HSV(B) 176.07º 0.45% 0.93% -
XYZ 54.36 71.74 86.58 -
YUV 205.21 142.55 75.07 -
System Red Green Blue C M Y K H S L
Decimal 131 238 231 0.45 0 0.03 0.07 176.07 0.76 0.72
Hex 83 EE E7 2D 0 3 7 B0 4C 48
Octal 203 356 347 55 0 3 7 260 114 110
Binary 10000011 11101110 11100111 101101 0 11 111 10110000 1001100 1001000

Color Harmonies of #83EEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EEE7

Black with #83EEE7

Text Example


Text Example

White with #83EEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83EEE7;
 }
 .AnyTagClassName
 {
   color: #83EEE7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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