Html Css Color HEX #82FCF2 Electric Blue

📋 copy color: '#82FCF2'

red 130 ◦ green 252 ◦ blue 242

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

Shades of Electric Blue #82FCF2

Tints of Electric Blue #82FCF2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.38%

 BLUE value IS 242 (94.92% from 255) = 38.78%

R = 20.83%
G = 40.38%
B = 38.78%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#82FCF2 (or 0x82FCF2) is known color: Electric Blue. HEX triplet: 82, FC and F2. RGB value is (130,252,242). Sum of RGB (Red+Green+Blue) = 130+252+242=624 (82% of max value = 765). Red value is 130 (51.17% from 255 or 20.83% from 624); Green value is 252 (98.83% from 255 or 40.38% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 252 - color contains mainly: green. Hex color #82FCF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82FCF2 is #7D030D. Grayscale: #D6D6D6. Windows color (decimal): -8192782 or 15924354. OLE color: 15924354.

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

Color convert

RGB 130 252 242 -
CMYK 0.48 0 0.04 0.01
HSL 175.08º 0.95% 0.75% -
HSV(B) 175.08º 0.48% 0.99% -
XYZ 60.04 80.78 96.43 -
YUV 214.38 143.58 67.81 -
System Red Green Blue C M Y K H S L
Decimal 130 252 242 0.48 0 0.04 0.01 175.08 0.95 0.75
Hex 82 FC F2 30 0 4 1 AF 5F 4B
Octal 202 374 362 60 0 4 1 257 137 113
Binary 10000010 11111100 11110010 110000 0 100 1 10101111 1011111 1001011

Color Harmonies of #82FCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FCF2

Black with #82FCF2

Text Example


Text Example

White with #82FCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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