Html Css Color HEX #82EFFF Electric Blue

📋 copy color: '#82EFFF'

red 130 ◦ green 239 ◦ blue 255

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

Shades of Electric Blue #82EFFF

Tints of Electric Blue #82EFFF

RGB

 RED value IS 130 (51.17% from 255) = 20.83%

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

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

R = 20.83%
G = 38.3%
B = 40.87%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#82EFFF (or 0x82EFFF) is known color: Electric Blue. HEX triplet: 82, EF and FF. RGB value is (130,239,255). Sum of RGB (Red+Green+Blue) = 130+239+255=624 (82% of max value = 765). Red value is 130 (51.17% from 255 or 20.83% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #82EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82EFFF is #7D1000. Grayscale: #D0D0D0. Windows color (decimal): -8196097 or 16772994. OLE color: 16772994.

HSL color Cylindrical-coordinate representation of color #82EFFF: hue angle of 187.68º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82EFFF is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 130 239 255 -
CMYK 0.49 0.06 0 0
HSL 187.68º 1% 0.75% -
HSV(B) 187.68º 0.49% 1% -
XYZ 58.12 73.7 105.77 -
YUV 208.23 154.39 72.2 -
System Red Green Blue C M Y K H S L
Decimal 130 239 255 0.49 0.06 0 0 187.68 1 0.75
Hex 82 EF FF 31 6 0 0 BC 64 4B
Octal 202 357 377 61 6 0 0 274 144 113
Binary 10000010 11101111 11111111 110001 110 0 0 10111100 1100100 1001011

Color Harmonies of #82EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EFFF

Black with #82EFFF

Text Example


Text Example

White with #82EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82EFFF; }

 p { color: rgb(130,239,255); }

 H1.HeaderClassName
 {
   color: #82EFFF;
 }
 .AnyTagClassName
 {
   color: #82EFFF;
 }
</style>

background-color css

<style>
 a { background-color: #82EFFF; }

 a { background-color: rgb(130,239,255); }

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

border-color css

<style>
 span { border-color: #82EFFF; }

 span { border-color: rgb(130,239,255); }

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