Html Css Color HEX #82EFF4 Electric Blue

📋 copy color: '#82EFF4'

red 130 ◦ green 239 ◦ blue 244

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

Shades of Electric Blue #82EFF4

Tints of Electric Blue #82EFF4

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.99%

 BLUE value IS 244 (95.7% from 255) = 39.8%

R = 21.21%
G = 38.99%
B = 39.8%

CMYK

 C value IS 0.47

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#82EFF4 (or 0x82EFF4) is known color: Electric Blue. HEX triplet: 82, EF and F4. RGB value is (130,239,244). Sum of RGB (Red+Green+Blue) = 130+239+244=613 (81% of max value = 765). Red value is 130 (51.17% from 255 or 21.21% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 244 (95.70% from 255 or 39.80% from 613); Max value from RGB is 244 - color contains mainly: blue. Hex color #82EFF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #82EFF4 is #7D100B. Grayscale: #CECECE. Windows color (decimal): -8196108 or 16052098. OLE color: 16052098.

HSL color Cylindrical-coordinate representation of color #82EFF4: hue angle of 182.63º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82EFF4 is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 130 239 244 -
CMYK 0.47 0.02 0 0.04
HSL 182.63º 0.84% 0.73% -
HSV(B) 182.63º 0.47% 0.96% -
XYZ 56.4 73.01 96.71 -
YUV 206.98 148.89 73.09 -
System Red Green Blue C M Y K H S L
Decimal 130 239 244 0.47 0.02 0 0.04 182.63 0.84 0.73
Hex 82 EF F4 2F 2 0 4 B7 54 49
Octal 202 357 364 57 2 0 4 267 124 111
Binary 10000010 11101111 11110100 101111 10 0 100 10110111 1010100 1001001

Color Harmonies of #82EFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EFF4

Black with #82EFF4

Text Example


Text Example

White with #82EFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,239,244); }

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

background-color css

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

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

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

border-color css

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

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

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