Html Css Color HEX #83EDFF Electric Blue

📋 copy color: '#83EDFF'

red 131 ◦ green 237 ◦ blue 255

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

Shades of Electric Blue #83EDFF

Tints of Electric Blue #83EDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.04%

 BLUE value IS 255 (100% from 255) = 40.93%

R = 21.03%
G = 38.04%
B = 40.93%

CMYK

 C value IS 0.49

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#83EDFF (or 0x83EDFF) is known color: Electric Blue. HEX triplet: 83, ED and FF. RGB value is (131,237,255). Sum of RGB (Red+Green+Blue) = 131+237+255=623 (82% of max value = 765). Red value is 131 (51.56% from 255 or 21.03% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #83EDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83EDFF is #7C1200. Grayscale: #CFCFCF. Windows color (decimal): -8131073 or 16772483. OLE color: 16772483.

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

Color convert

RGB 131 237 255 -
CMYK 0.49 0.07 0 0
HSL 188.71º 1% 0.76% -
HSV(B) 188.71º 0.49% 1% -
XYZ 57.69 72.61 105.58 -
YUV 207.36 154.88 73.54 -
System Red Green Blue C M Y K H S L
Decimal 131 237 255 0.49 0.07 0 0 188.71 1 0.76
Hex 83 ED FF 31 7 0 0 BD 64 4C
Octal 203 355 377 61 7 0 0 275 144 114
Binary 10000011 11101101 11111111 110001 111 0 0 10111101 1100100 1001100

Color Harmonies of #83EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EDFF

Black with #83EDFF

Text Example


Text Example

White with #83EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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