#84F1FF

Color #84F1FF Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #84F1FF

Tints of Electric Blue #84F1FF

Color information

#84F1FF (or 0x84F1FF) is unknown color: approx Electric Blue. HEX triplet: 84, F1 and FF. RGB value is (132,241,255). Sum of RGB (Red+Green+Blue) = 132+241+255=628 (83% of max value = 765). Red value is 132 (51.95% from 255 or 21.02% from 628); Green value is 241 (94.53% from 255 or 38.38% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #84F1FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #84F1FF is #7B0E00. Grayscale: #D1D1D1. Windows color (decimal): -8064513 or 16773508. OLE color: 16773508.

HSL color Cylindrical-coordinate representation of color #84F1FF: hue angle of 186.83º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84F1FF is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB132241255-
CMYK0.480.0500
HSL186.83º100%75.88%-
HSV(B)186.83º48.24%100%-
XYZ59.0275.04105.98-
YUV210153.3972.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 21.02%
GREEN value IS 241 (94.53% from 255) = 38.38%
BLUE value IS 255 (100% from 255) = 40.61%
R=21.02%
G=38.38%
B=40.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1322412550.480.0500186.8310075.88
Hex84F1FF30500bb644c
Octal20436137760500273144114
Binary100001001111000111111111110000101001011101111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84F1FF; }

 p { color: rgb(132,241,255); }

 H1.HeaderClassName
 {
   color: #84F1FF;
 }
 .AnyTagClassName
 {
   color: #84F1FF;
 }
</style>
background-color css

<style>
 a { background-color: #84F1FF; }

 a { background-color: rgb(132,241,255); }

 div.DivClassName
 {
   background-color: #84F1FF;
 }
 .BgClassName
 {
   background-color: #84F1FF;
 }
</style>
border-color css

<style>
 span { border-color: #84F1FF; }

 span { border-color: rgb(132,241,255); }

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