Html Css Color HEX #83ECFF Electric Blue

📋 copy color: '#83ECFF'

red 131 ◦ green 236 ◦ blue 255

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

Shades of Electric Blue #83ECFF

Tints of Electric Blue #83ECFF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.94%

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

R = 21.06%
G = 37.94%
B = 41%

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

#83ECFF (or 0x83ECFF) is known color: Electric Blue. HEX triplet: 83, EC and FF. RGB value is (131,236,255). Sum of RGB (Red+Green+Blue) = 131+236+255=622 (82% of max value = 765). Red value is 131 (51.56% from 255 or 21.06% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #83ECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83ECFF is #7C1300. Grayscale: #CECECE. Windows color (decimal): -8131329 or 16772227. OLE color: 16772227.

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

Color convert

RGB 131 236 255 -
CMYK 0.49 0.07 0 0
HSL 189.19º 1% 0.76% -
HSV(B) 189.19º 0.49% 1% -
XYZ 57.41 72.04 105.49 -
YUV 206.77 155.21 73.96 -
System Red Green Blue C M Y K H S L
Decimal 131 236 255 0.49 0.07 0 0 189.19 1 0.76
Hex 83 EC FF 31 7 0 0 BD 64 4C
Octal 203 354 377 61 7 0 0 275 144 114
Binary 10000011 11101100 11111111 110001 111 0 0 10111101 1100100 1001100

Color Harmonies of #83ECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ECFF

Black with #83ECFF

Text Example


Text Example

White with #83ECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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