Html Css Color HEX #82F6F7 Electric Blue

📋 copy color: '#82F6F7'

red 130 ◦ green 246 ◦ blue 247

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

Shades of Electric Blue #82F6F7

Tints of Electric Blue #82F6F7

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.49%

 BLUE value IS 247 (96.88% from 255) = 39.65%

R = 20.87%
G = 39.49%
B = 39.65%

CMYK

 C value IS 0.47

 M value IS 0.00

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#82F6F7 (or 0x82F6F7) is known color: Electric Blue. HEX triplet: 82, F6 and F7. RGB value is (130,246,247). Sum of RGB (Red+Green+Blue) = 130+246+247=623 (82% of max value = 765). Red value is 130 (51.17% from 255 or 20.87% from 623); Green value is 246 (96.48% from 255 or 39.49% from 623); Blue value is 247 (96.88% from 255 or 39.65% from 623); Max value from RGB is 247 - color contains mainly: blue. Hex color #82F6F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82F6F7 is #7D0908. Grayscale: #D3D3D3. Windows color (decimal): -8194313 or 16250498. OLE color: 16250498.

HSL color Cylindrical-coordinate representation of color #82F6F7: hue angle of 180.51º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82F6F7 is Cyan = 0.47, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 130 246 247 -
CMYK 0.47 0.00 0 0.03
HSL 180.51º 0.88% 0.74% -
HSV(B) 180.51º 0.47% 0.97% -
XYZ 58.95 77.37 99.82 -
YUV 211.43 148.07 69.92 -
System Red Green Blue C M Y K H S L
Decimal 130 246 247 0.47 0.00 0 0.03 180.51 0.88 0.74
Hex 82 F6 F7 2F 0 0 3 B5 58 4A
Octal 202 366 367 57 0 0 3 265 130 112
Binary 10000010 11110110 11110111 101111 0 0 11 10110101 1011000 1001010

Color Harmonies of #82F6F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F6F7

Black with #82F6F7

Text Example


Text Example

White with #82F6F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,246,247); }

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

background-color css

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

 a { background-color: rgb(130,246,247); }

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

border-color css

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

 span { border-color: rgb(130,246,247); }

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