Html Css Color HEX #83EFFB Electric Blue

📋 copy color: '#83EFFB'

red 131 ◦ green 239 ◦ blue 251

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

Shades of Electric Blue #83EFFB

Tints of Electric Blue #83EFFB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.49%

 BLUE value IS 251 (98.44% from 255) = 40.42%

R = 21.1%
G = 38.49%
B = 40.42%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#83EFFB (or 0x83EFFB) is known color: Electric Blue. HEX triplet: 83, EF and FB. RGB value is (131,239,251). Sum of RGB (Red+Green+Blue) = 131+239+251=621 (82% of max value = 765). Red value is 131 (51.56% from 255 or 21.10% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #83EFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #83EFFB is #7C1004. Grayscale: #CFCFCF. Windows color (decimal): -8130565 or 16510851. OLE color: 16510851.

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

Color convert

RGB 131 239 251 -
CMYK 0.48 0.05 0 0.02
HSL 186º 0.94% 0.75% -
HSV(B) 186º 0.48% 0.98% -
XYZ 57.64 73.52 102.42 -
YUV 208.08 152.22 73.02 -
System Red Green Blue C M Y K H S L
Decimal 131 239 251 0.48 0.05 0 0.02 186 0.94 0.75
Hex 83 EF FB 30 5 0 2 BA 5E 4B
Octal 203 357 373 60 5 0 2 272 136 113
Binary 10000011 11101111 11111011 110000 101 0 10 10111010 1011110 1001011

Color Harmonies of #83EFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EFFB

Black with #83EFFB

Text Example


Text Example

White with #83EFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,239,251); }

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

background-color css

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

 a { background-color: rgb(131,239,251); }

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

border-color css

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

 span { border-color: rgb(131,239,251); }

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