Html Css Color HEX #82F0FC Electric Blue

📋 copy color: '#82F0FC'

red 130 ◦ green 240 ◦ blue 252

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

Shades of Electric Blue #82F0FC

Tints of Electric Blue #82F0FC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.59%

 BLUE value IS 252 (98.83% from 255) = 40.51%

R = 20.9%
G = 38.59%
B = 40.51%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#82F0FC (or 0x82F0FC) is known color: Electric Blue. HEX triplet: 82, F0 and FC. RGB value is (130,240,252). Sum of RGB (Red+Green+Blue) = 130+240+252=622 (82% of max value = 765). Red value is 130 (51.17% from 255 or 20.90% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #82F0FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82F0FC is #7D0F03. Grayscale: #D0D0D0. Windows color (decimal): -8195844 or 16576642. OLE color: 16576642.

HSL color Cylindrical-coordinate representation of color #82F0FC: hue angle of 185.9º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82F0FC is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 240 252 -
CMYK 0.48 0.05 0 0.01
HSL 185.9º 0.95% 0.75% -
HSV(B) 185.9º 0.48% 0.99% -
XYZ 57.94 74.09 103.34 -
YUV 208.48 152.56 72.02 -
System Red Green Blue C M Y K H S L
Decimal 130 240 252 0.48 0.05 0 0.01 185.9 0.95 0.75
Hex 82 F0 FC 30 5 0 1 BA 5F 4B
Octal 202 360 374 60 5 0 1 272 137 113
Binary 10000010 11110000 11111100 110000 101 0 1 10111010 1011111 1001011

Color Harmonies of #82F0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82F0FC

Black with #82F0FC

Text Example


Text Example

White with #82F0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,240,252); }

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

background-color css

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

 a { background-color: rgb(130,240,252); }

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

border-color css

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

 span { border-color: rgb(130,240,252); }

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