#7ffbf0

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

Shades of Electric Blue #7FFBF0

Tints of Electric Blue #7FFBF0

Color information

#7FFBF0 (or 0x7FFBF0) is unknown color: approx Electric Blue. HEX triplet: 7F, FB and F0. RGB value is (127,251,240). Sum of RGB (Red+Green+Blue) = 127+251+240=618 (81% of max value = 765). Red value is 127 (50% from 255 or 20.55% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 251 - color contains mainly: green. Hex color #7FFBF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFBF0 is #80040F. Grayscale: #D4D4D4. Windows color (decimal): -8389648 or 15793023. OLE color: 15793023.

HSL color Cylindrical-coordinate representation of color #7FFBF0: hue angle of 174.68º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FFBF0 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB127251240-
CMYK0.4900.040.02
HSL174.68º93.94%74.12%-
HSV(B)174.68º49.4%98.43%-
XYZ58.9879.894.73-
YUV212.67143.4266.89-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 20.55%
GREEN value IS 251 (98.44% from 255) = 40.61%
BLUE value IS 240 (94.14% from 255) = 38.83%
R=20.55%
G=40.61%
B=38.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1272512400.4900.040.02174.6893.9474.12
Hex7FFBF031042af5e4a
Octal17737336061042257136112
Binary111111111111011111100001100010100101010111110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ffbf0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ffbf0; }

 p { color: rgb(127,251,240); }

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

<style>
 a { background-color: #7ffbf0; }

 a { background-color: rgb(127,251,240); }

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

<style>
 span { border-color: #7ffbf0; }

 span { border-color: rgb(127,251,240); }

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