Html Css Color HEX #82F5FF Electric Blue

📋 copy color: '#82F5FF'

red 130 ◦ green 245 ◦ blue 255

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

Shades of Electric Blue #82F5FF

Tints of Electric Blue #82F5FF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.89%

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

R = 20.63%
G = 38.89%
B = 40.48%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#82F5FF (or 0x82F5FF) is known color: Electric Blue. HEX triplet: 82, F5 and FF. RGB value is (130,245,255). Sum of RGB (Red+Green+Blue) = 130+245+255=630 (83% of max value = 765). Red value is 130 (51.17% from 255 or 20.63% from 630); Green value is 245 (96.09% from 255 or 38.89% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #82F5FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82F5FF is #7D0A00. Grayscale: #D3D3D3. Windows color (decimal): -8194561 or 16774530. OLE color: 16774530.

HSL color Cylindrical-coordinate representation of color #82F5FF: hue angle of 184.8º 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 #82F5FF is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 130 245 255 -
CMYK 0.49 0.04 0 0
HSL 184.8º 1% 0.75% -
HSV(B) 184.8º 0.49% 1% -
XYZ 59.91 77.27 106.37 -
YUV 211.76 152.4 69.69 -
System Red Green Blue C M Y K H S L
Decimal 130 245 255 0.49 0.04 0 0 184.8 1 0.75
Hex 82 F5 FF 31 4 0 0 B9 64 4B
Octal 202 365 377 61 4 0 0 271 144 113
Binary 10000010 11110101 11111111 110001 100 0 0 10111001 1100100 1001011

Color Harmonies of #82F5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F5FF

Black with #82F5FF

Text Example


Text Example

White with #82F5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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