Html Css Color HEX #82EFFE Electric Blue

📋 copy color: '#82EFFE'

red 130 ◦ green 239 ◦ blue 254

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

Shades of Electric Blue #82EFFE

Tints of Electric Blue #82EFFE

RGB

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

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

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

R = 20.87%
G = 38.36%
B = 40.77%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#82EFFE (or 0x82EFFE) is known color: Electric Blue. HEX triplet: 82, EF and FE. RGB value is (130,239,254). Sum of RGB (Red+Green+Blue) = 130+239+254=623 (82% of max value = 765). Red value is 130 (51.17% from 255 or 20.87% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #82EFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82EFFE is #7D1001. Grayscale: #CFCFCF. Windows color (decimal): -8196098 or 16707458. OLE color: 16707458.

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

Color convert

RGB 130 239 254 -
CMYK 0.49 0.06 0 0.00
HSL 187.26º 0.98% 0.75% -
HSV(B) 187.26º 0.49% 1% -
XYZ 57.96 73.63 104.92 -
YUV 208.12 153.89 72.28 -
System Red Green Blue C M Y K H S L
Decimal 130 239 254 0.49 0.06 0 0.00 187.26 0.98 0.75
Hex 82 EF FE 31 6 0 0 BB 62 4B
Octal 202 357 376 61 6 0 0 273 142 113
Binary 10000010 11101111 11111110 110001 110 0 0 10111011 1100010 1001011

Color Harmonies of #82EFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EFFE

Black with #82EFFE

Text Example


Text Example

White with #82EFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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