Html Css Color HEX #82FAFA Electric Blue

📋 copy color: '#82FAFA'

red 130 ◦ green 250 ◦ blue 250

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

Shades of Electric Blue #82FAFA

Tints of Electric Blue #82FAFA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.68%

 BLUE value IS 250 (98.05% from 255) = 39.68%

R = 20.63%
G = 39.68%
B = 39.68%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#82FAFA (or 0x82FAFA) is known color: Electric Blue. HEX triplet: 82, FA and FA. RGB value is (130,250,250). Sum of RGB (Red+Green+Blue) = 130+250+250=630 (83% of max value = 765). Red value is 130 (51.17% from 255 or 20.63% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #82FAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82FAFA is #7D0505. Grayscale: #D6D6D6. Windows color (decimal): -8193286 or 16448130. OLE color: 16448130.

HSL color Cylindrical-coordinate representation of color #82FAFA: hue angle of 180º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82FAFA is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 250 250 -
CMYK 0.48 0 0 0.02
HSL 180º 0.92% 0.75% -
HSV(B) 180º 0.48% 0.98% -
XYZ 60.65 80.02 102.69 -
YUV 214.12 148.24 68 -
System Red Green Blue C M Y K H S L
Decimal 130 250 250 0.48 0 0 0.02 180 0.92 0.75
Hex 82 FA FA 30 0 0 2 B4 5C 4B
Octal 202 372 372 60 0 0 2 264 134 113
Binary 10000010 11111010 11111010 110000 0 0 10 10110100 1011100 1001011

Color Harmonies of #82FAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FAFA

Black with #82FAFA

Text Example


Text Example

White with #82FAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,250,250); }

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

background-color css

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

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

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

border-color css

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

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

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