Html Css Color HEX #82E7FF Electric Blue

📋 copy color: '#82E7FF'

red 130 ◦ green 231 ◦ blue 255

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

Shades of Electric Blue #82E7FF

Tints of Electric Blue #82E7FF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.5%

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

R = 21.1%
G = 37.5%
B = 41.4%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#82E7FF (or 0x82E7FF) is known color: Electric Blue. HEX triplet: 82, E7 and FF. RGB value is (130,231,255). Sum of RGB (Red+Green+Blue) = 130+231+255=616 (81% of max value = 765). Red value is 130 (51.17% from 255 or 21.10% from 616); Green value is 231 (90.62% from 255 or 37.5% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #82E7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82E7FF is #7D1800. Grayscale: #CBCBCB. Windows color (decimal): -8198145 or 16770946. OLE color: 16770946.

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

Color convert

RGB 130 231 255 -
CMYK 0.49 0.09 0 0
HSL 191.52º 1% 0.75% -
HSV(B) 191.52º 0.49% 1% -
XYZ 55.83 69.12 105.01 -
YUV 203.54 157.04 75.55 -
System Red Green Blue C M Y K H S L
Decimal 130 231 255 0.49 0.09 0 0 191.52 1 0.75
Hex 82 E7 FF 31 9 0 0 C0 64 4B
Octal 202 347 377 61 11 0 0 300 144 113
Binary 10000010 11100111 11111111 110001 1001 0 0 11000000 1100100 1001011

Color Harmonies of #82E7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E7FF

Black with #82E7FF

Text Example


Text Example

White with #82E7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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