Html Css Color HEX #82F6F8 Electric Blue

📋 copy color: '#82F6F8'

red 130 ◦ green 246 ◦ blue 248

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

Shades of Electric Blue #82F6F8

Tints of Electric Blue #82F6F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 39.74%

R = 20.83%
G = 39.42%
B = 39.74%

CMYK

 C value IS 0.48

 M value IS 0.01

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#82F6F8 (or 0x82F6F8) is known color: Electric Blue. HEX triplet: 82, F6 and F8. RGB value is (130,246,248). Sum of RGB (Red+Green+Blue) = 130+246+248=624 (82% of max value = 765). Red value is 130 (51.17% from 255 or 20.83% from 624); Green value is 246 (96.48% from 255 or 39.42% from 624); Blue value is 248 (97.27% from 255 or 39.74% from 624); Max value from RGB is 248 - color contains mainly: blue. Hex color #82F6F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82F6F8 is #7D0907. Grayscale: #D3D3D3. Windows color (decimal): -8194312 or 16316034. OLE color: 16316034.

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

Color convert

RGB 130 246 248 -
CMYK 0.48 0.01 0 0.03
HSL 181.02º 0.89% 0.74% -
HSV(B) 181.02º 0.48% 0.97% -
XYZ 59.1 77.43 100.64 -
YUV 211.54 148.57 69.84 -
System Red Green Blue C M Y K H S L
Decimal 130 246 248 0.48 0.01 0 0.03 181.02 0.89 0.74
Hex 82 F6 F8 30 1 0 3 B5 59 4A
Octal 202 366 370 60 1 0 3 265 131 112
Binary 10000010 11110110 11111000 110000 1 0 11 10110101 1011001 1001010

Color Harmonies of #82F6F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F6F8

Black with #82F6F8

Text Example


Text Example

White with #82F6F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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