Html Css Color HEX #83ECFE Electric Blue

📋 copy color: '#83ECFE'

red 131 ◦ green 236 ◦ blue 254

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

Shades of Electric Blue #83ECFE

Tints of Electric Blue #83ECFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.9%

R = 21.1%
G = 38%
B = 40.9%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#83ECFE (or 0x83ECFE) is known color: Electric Blue. HEX triplet: 83, EC and FE. RGB value is (131,236,254). Sum of RGB (Red+Green+Blue) = 131+236+254=621 (82% of max value = 765). Red value is 131 (51.56% from 255 or 21.10% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #83ECFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83ECFE is #7C1301. Grayscale: #CECECE. Windows color (decimal): -8131330 or 16706691. OLE color: 16706691.

HSL color Cylindrical-coordinate representation of color #83ECFE: hue angle of 188.78º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83ECFE is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 131 236 254 -
CMYK 0.48 0.07 0 0.00
HSL 188.78º 0.98% 0.75% -
HSV(B) 188.78º 0.48% 1% -
XYZ 57.24 71.97 104.64 -
YUV 206.66 154.71 74.04 -
System Red Green Blue C M Y K H S L
Decimal 131 236 254 0.48 0.07 0 0.00 188.78 0.98 0.75
Hex 83 EC FE 30 7 0 0 BD 62 4B
Octal 203 354 376 60 7 0 0 275 142 113
Binary 10000011 11101100 11111110 110000 111 0 0 10111101 1100010 1001011

Color Harmonies of #83ECFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ECFE

Black with #83ECFE

Text Example


Text Example

White with #83ECFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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